Adjusting twenty eleven menu and page width
-
Hello all,
I am currently working on a website:
https://www.makewpwebsites.com/
I am trying to make it look right on different size screens. I have created a child theme.
When i am on my 13inch mac i want the menu and content to run the entire width of the screen. (with a little bit of padding either side) i have tried a few tuts online and started having problems when i looked on a 27 inch imac – it ran across the whole width of the screen which is too big!
thus i started again and just added:
body {
padding: 0 0;
}#page {
max-width: none;
}#branding, #main, #footerMenu ul, #access ul {
width: 100%;
max-width: 1440px;
margin: 0 auto;
}to the end of my child style.css to set the max width to 1440px. This works however the menu gets cut off either side and does not run to ‘infinity’
Can anyone help?
Thanks
James
- The topic ‘Adjusting twenty eleven menu and page width’ is closed to new replies.