Changing menu/content width in twenty fifteen theme
-
I have found a couple of posts about this but the most recent was 2016 and much has happened since then and the answer didn’t look clear. I would like to shrink the width of the main menu (on the left) and increase the width of the main content area. I think the pertinent bits of the css are these (from my child theme, but I haven’t touched these).
site { margin: 0 auto; max-width: 1403px; } .sidebar { float: left; margin-right: -100%; max-width: 413px; position: relative; width: 29.4118%; } .secondary { background-color: transparent; box-shadow: none; display: block; margin: 0; padding: 0; } .site-main { padding: 8.3333% 0; } .site-content { display: block; float: left; margin-left: 29.4118%; width: 70.5882%; }
I’m hoping someone can confirm that I can tweak those two widths, within reason, say to 20% vs. 80% or even 15% vs. 85%, or someone may know that doing this is likely to hit problems that may not be immediately obvious with other settings.
TIA, Chris
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing menu/content width in twenty fifteen theme’ is closed to new replies.