Frontpage different Wrapper

GK User
Thu Feb 19, 2015 7:15 pm
Hi there

My frontpage seems to have a different wrapper! The Frontpage goes from left to right (100% width), where as all the other content on the other pages have margin.

I've searched the forum and the CSS-File but can't figure it out.

Thanks for the help:

Frontpage: http://www.minibiber.ch/
Other Page with margin: http://www.minibiber.ch/index.php/material
User avatar
Junior Boarder

teitbite
Fri Feb 20, 2015 3:09 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkContent, #gkPageContent {
    margin: 0 auto !important;
    max-width: 1230px;
}
User avatar
Moderator

GK User
Mon Feb 23, 2015 9:07 am
thank you very much! I'll try this when I'm home. Since your support is so awesome, I'm really confident it will work!
Keep up the good work Gavick!!!
User avatar
Junior Boarder

teitbite
Tue Feb 24, 2015 10:51 am
Hi

I hope it will work as well :) If not, than I'll think of something else.
User avatar
Moderator


cron