The home page layout differs from the rest.
-
I am trying to edit the Twenty Eleven theme using a child theme.
I have tried to make a few universal changes such as extending the navigation bar.
I have managed to di this by adding:
body {
padding: 0 0;}#page {
max-width: none;}#branding, #main, #footerMenu ul, #access ul {
width: 1000px;
margin: 0 auto;
}This has extended the navigation bar on all the pages except on the home page.
Is there anyway to ensure that any changes are applied to the home page as well?
Many thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The home page layout differs from the rest.’ is closed to new replies.