Baskerville Navigation Bar — Can I center?
-
Hi there,
Looking to use css to make this Baskerville navigation bar centered. Is there any way to do that? Been trying a few methods, and none of them have worked.
-Tina
The blog I need help with is: (visible only to logged in users)
-
Hi Tina, so the issue with centering the menu in Baskerville is that it’s split between menu items on the left, and a search bar on the right. That entire unit is centered within the page. So rearranging that could take some design decisions, plus considerations for various screen sizes and what not, and is a bit outside the scope of the CSS support we can offer.
You’d be welcome to tinker on your own a bit though. Something like this may help:
.main-navigation { width: fit-content; margin: 0 auto; } a.search-toggle.search-icon.fright { float: left; }Then if you need more work fine-tuning that (be sure to check various screen sizes), I’d recommend UpWork.com.
Hoping this helps!
- The topic ‘Baskerville Navigation Bar — Can I center?’ is closed to new replies.