ContentWrap size help
Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
- GK User
- Tue Jan 22, 2013 11:06 am
Greetings!
I have a question I am hoping someone can help me with. This first link has a part that is not sizing properly: http://www.freightpaint.com/index.php/gallery/trains
In Firebug, this is the code: <div id="gkBodyWrap" class="gkMain">
<div id="gkContentWrap">
<div id="gkBottomWrap">
I notice that it is doing it on the homepage and everywhere else as well.
http://www.freightpaint.com/
I tried adding the code below into override.css but it only seemed to make things worse so I deleted it.
#gkContentWrap{
width: 100%
}
Any help would be awesome. Thanks
I have a question I am hoping someone can help me with. This first link has a part that is not sizing properly: http://www.freightpaint.com/index.php/gallery/trains
In Firebug, this is the code: <div id="gkBodyWrap" class="gkMain">
<div id="gkContentWrap">
<div id="gkBottomWrap">
I notice that it is doing it on the homepage and everywhere else as well.
http://www.freightpaint.com/
I tried adding the code below into override.css but it only seemed to make things worse so I deleted it.
#gkContentWrap{
width: 100%
}
Any help would be awesome. Thanks
-
- Fresh Boarder
- Konrad M
- Tue Jan 22, 2013 5:08 pm
Hi,
please try with this one:
please try with this one:
- Code: Select all
#gkContentWrap {
float: left;
padding: 20px;
width: 96%;
}
- GK User
- Tue Jan 22, 2013 7:47 pm
Perfect! Thank you so much.
-
- Fresh Boarder
3 posts
• Page 1 of 1