Boxed Layout

Support desk for Multipurpose Quark Theme
GK User
Fri Jun 05, 2015 11:46 am
Hello,

How can I make the layout for the Quark template to be boxed including the background, in the same way as the John and Mo template? Changing the template width in template settings only controls the content but not the background.

Thanks
User avatar
Senior Boarder

GK User
Sat Jun 06, 2015 11:57 am
Hello,

In theory this should help:

Code: Select all
#gkBg {
margin: 0 auto;
max-width: 1000px;
width: 100%;
}


But please remember that this template was not designed to be used in this way, so some elements like menu can need additional custom CSS adjustments.
User avatar
Administrator

GK User
Fri Aug 21, 2015 8:18 am
Works great, this was a quick fix. I also had to add max-width for the fixed nav in the override.css, so now the code looks like this...

Code: Select all
#gkBg {
margin: 0 auto;
max-width: 1250px;
width: 100%;
}

#gkHeaderNav.gk-fixed {
    max-width: 1250px;
    width: 100%;
}


I really think this option should be included in a future update for Quark. It makes this template more versatile for those who don’t use very big images.

Thanks!
User avatar
Senior Boarder


cron