Header Menu Border
-
Hi,
I’d like to expand the border of my header menu so it is wider than the border for the page title and will fit all of Menu pages one one line.Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
#site-navigation { width: 100%; padding: 15px 20px 5px; box-sizing: border-box; } .site-branding { margin: 0 auto; width: 100%; padding: 0 20px; box-sizing: border-box; }Let me know if that doesn’t work!
Sage -
-
- The topic ‘Header Menu Border’ is closed to new replies.