- This topic has 5 replies, 2 voices, and was last updated 9 years, 2 months ago by
Andrew Misplon.
- AuthorPosts
- February 26, 2016 at 12:01 pm #3118
Andrew MisplonKeymasterHi timmins00
Thanks for reaching out.
Using a plugin like Simple Custom CSS, please, insert into Appearance > Custom CSS the following:
/* Header */ .site-header .site-branding-container { max-width: 21%; } .main-navigation { max-width: 79%; }
Once you’ve installed Simple Custom CSS the Appearance > Custom CSS menu item will be available.
Hopefully the above helps 🙂
February 26, 2016 at 12:46 pm #3119
timmins00ParticipantAwesomeness. You even fiddled with the exact percentages! Thanks so much!
February 26, 2016 at 12:48 pm #3120
timmins00ParticipantActaully..that changes things but does not do what I would like. Is it possible to do that as a hard pixel limit? What this did was maintain the padding and wrap the tag line.
February 26, 2016 at 5:14 pm #3121
Andrew MisplonKeymasterHow about this:
1. Change your Custom CSS to:
/* Header */ .site-header .site-branding-container { min-width: 236px; max-width: 21%; } .main-navigation { max-width: 79%; }
2. Change the mobile menu collapse in Theme Settings to 936. Does that work for you?
February 26, 2016 at 5:26 pm #3122
Andrew MisplonKeymasterTopic moved to email. Thanks 🙂
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.