The navigation on my site runs onto two lines, even when it appears there is plenty of space for it to stay on one line.
I guess there is some kind of padding at the sides – how can I remove this?
I would prefer that the navination never went to two lines, and if the screen wifth isn't wide enough it would go straight to the burger menu. Is that possible?
Can be, please paste this into Settings->Custom Css
.header-layout-branding-center-nav-center .header-title-nav-wrapper {
width: 100%;
display: block;
flex: 100%;
}
Question
matthewhodges 7
Site URL: https://www.crxssplatfxrm.com
The navigation on my site runs onto two lines, even when it appears there is plenty of space for it to stay on one line.
I guess there is some kind of padding at the sides – how can I remove this?
I would prefer that the navination never went to two lines, and if the screen wifth isn't wide enough it would go straight to the burger menu. Is that possible?
Link to post
Top Posters For This Question
4
2
1
1
Popular Days
Jun 18
3
Oct 27
2
Oct 21
1
Oct 23
1
Top Posters For This Question
bangank36 4 posts
matthewhodges 2 posts
xallarap 1 post
TrueSelfCouture 1 post
Popular Days
Jun 18 2020
3 posts
Oct 27 2020
2 posts
Oct 21 2020
1 post
Oct 23 2020
1 post
Popular Posts
bangank36
Can be, please paste this into Settings->Custom Css .header-layout-branding-center-nav-center .header-title-nav-wrapper { width: 100%; display: block; flex: 100%; }
matthewhodges
That worked perfectly, thank you!
Posted Images
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment