- This topic has 5 replies, 4 voices, and was last updated 11 years, 10 months ago by
Sakin.
-
AuthorPosts
-
January 18, 2013 at 12:39 pm #3093
linerunner
MemberHello,
Can you please tell me how to make the menu and header full width? I want them to go across the whole screen like they do at the top of the catch themes page.
Thanks,
Linerunner
January 20, 2013 at 1:17 am #3145Sakin
Keymaster
@linerunner: You can add in the following CSS in “Custom CSS” box in your Theme Options.body {
padding-top: 0;
}
#page {
max-width: 100%;
}
#branding {
border-radius: 0;
}
#main {
margin: 0 auto;
max-width: 1000px;
}January 26, 2013 at 3:31 am #3333jbruant
MemberHello,
On my site (internet-of-things.fr), I would like to increase the width of the site (to short for me in standard).
Possible to change it ?
January 26, 2013 at 6:36 pm #3349Sakin
Keymaster@jbruant: In this Catch Box theme the width is fixed but if you wan to change it then you can add the following CSS in “Custom CSS” box in your Theme Options
#page { max-width: 1100px; }
May 12, 2013 at 5:23 am #8890georgechav
MemberHi,
I’m using Catch Everest Pro and would like the menu and header to fill the full width of the screen. Could you please help me with this?
Thanks,
GeorgeMay 12, 2013 at 9:25 am #8892Sakin
Keymaster@georgechav: Sorry Catch Everest Pro theme is not build to make the header and footer full width. You can see the demo http://catchthemes.com/demo/catch-everest/.
We have different theme that uses full with header and footer.
Simple Catch Pro: http://catchthemes.com/demo/simplecatch-pro/
Catch Mustang: http://catchthemes.com/demo/catch-mustang/If you want make the Catch Everest Pro header and footer full width we need to change the structure of the theme, which is complicated process. For that you need to hire developer and build child theme.
-
AuthorPosts
- The topic ‘Full width menu and header’ is closed to new replies.