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! :D

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
User avatar
Fresh Boarder

Konrad M
Tue Jan 22, 2013 5:08 pm
Hi,
please try with this one:
Code: Select all
#gkContentWrap {
    float: left;
    padding: 20px;
    width: 96%;
}
User avatar

GK User
Tue Jan 22, 2013 7:47 pm
Perfect! Thank you so much.
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.