Module Width when using 1 module across

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue May 15, 2012 8:23 pm
Seems that When I use one default module across, for example, top1 ONLY, it doesnt spread the width of the template width (960 px)

You'll see on my client site undergoing early stages of design that a single module doesnt spread the 960px

http://www.vtproject03.info/

Any thoughts on how to correct this so my module will spread all the way across? When I put two modules side by side I get the full width- as seen on my contact page http://www.vtproject03.info/index.php/contact

Thanks in advance!
User avatar
Expert Boarder

teitbite
Fri May 18, 2012 6:00 pm
Hi

I'm not quite sure if this is an answer You are looking for, but the slider module You've used has a border which is making it go outside of the template width. Please use this code to reduce this border:

Code: Select all
#vtnivo149 .nivoSlider {
    border-width: 0 !important;
}
User avatar
Moderator

GK User
Wed May 30, 2012 8:31 pm
yeah- that is not the answer :(

I do see the slider is a bit longer- i will reduce it a bit... but look at the "insurance carriers" page you'll see the single module doesnt span the width of the template, whereas the two modules in "top 1" and top4" do. I need to make the single module match the length of the double modules. In every other template this isnt an issue. This is prob the 6th or 7th gavick template I have used.

http://www.vtproject03.info/index.php/insurance

THanks!!!
User avatar
Expert Boarder

teitbite
Thu May 31, 2012 12:34 pm
Hi

Now I understand. Please try with this code:

Code: Select all
#gkToptop1 > .box {
    margin-left: 0px;
    margin-right: 0px;
}
User avatar
Moderator

GK User
Thu May 31, 2012 2:20 pm
That did the trick!

As always- you guys are the best!

Thanks
User avatar
Expert Boarder

teitbite
Fri Jun 01, 2012 1:07 am
Hi

No problem. Glad I could help.
User avatar
Moderator


cron