Make a header and footer entire width of browser
-
Hi,
I’m currently using the McKinley theme.
Is there a way, using CSS, to make the width of the header and footer to be 100% of the browser/screen width?
Also, the font of ‘About’ on the About page is HUGE. Is there any easy way to make it smaller with CSS?
Thanks,
~ AThe blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS and see what you think. This seems like it was much easier than I thought it would be.
.site { max-width: 100%; } -
Just noticed with the above the menu is slightly to the right. Add the following also to correct that.
ul.nav-menu, div.nav-menu > ul { padding-right: 0; } -
-
- The topic ‘Make a header and footer entire width of browser’ is closed to new replies.