- Posts: 2
- Thank you received: 0
width of maps module in full articleview
- MashMedia Matthias Schmeißer
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 10 months ago #1463
by MashMedia Matthias Schmeißer
hello, at first i want to thank you for this nice and clean template. real great job.
i got the following problem with the article width on this site webdesign-werbung.com/anfahrt
the map plugin is setted to 100% and this is working every time but this. if i set the map to a fix width like 1600px it´s working but with 100% it looks bad like this.
hope we can fix this issue soon, thanks a lot and best regards from germany
i got the following problem with the article width on this site webdesign-werbung.com/anfahrt
the map plugin is setted to 100% and this is working every time but this. if i set the map to a fix width like 1600px it´s working but with 100% it looks bad like this.
hope we can fix this issue soon, thanks a lot and best regards from germany
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 10 months ago - 12 years 10 months ago #1466
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: width of maps module in full articleview
Hi,
You can edit webdesign-werbung.com/templates/ot_kid/css/joomla.css
and then remove "float: left;" from this element style:
and in layout.css, change code:
to this
Welcome and thanks for using our products!
You can edit webdesign-werbung.com/templates/ot_kid/css/joomla.css
and then remove "float: left;" from this element style:
Code:
div.item-page {...}
div.item-page-bg {...}
div.heading-actions{...}
Code:
.ot-top-fpage, .ot-fpage, .ot-bottom-fpage{
float: left;
width: 100%;
}
to this
Code:
.ot-top-fpage, .ot-bottom-fpage{
float: left;
width: 100%;
}
.ot-fpage{width: 100%;}
Welcome and thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 12 years 10 months ago by Linh Robert.
Please Log in or Create an account to join the conversation.
- MashMedia Matthias Schmeißer
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 10 months ago #1469
by MashMedia Matthias Schmeißer
Replied by MashMedia Matthias Schmeißer on topic Re: width of maps module in full articleview
great, thankyou for this and for your fast reply!
it`s working fine now!
best regards from germany
it`s working fine now!
best regards from germany

Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds