Widen Menu Items
-
My menu has four options and right now they are stacking instead of going across the page laterally. I’m using the rebalance theme and I’m not sure how to override their margin settings for the menu bar.
Any idea how I could fix this?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
What you’re seeing is how the theme in Rebalance is designed to work – Rebalance display the menu as a series of columns, rather than as a single horizontal line. You can see the same menu layout on the theme demo page at https://rebalancedemo.wordpress.com/
This structure is determined by the HTML code itself, with each column being an entirely separate HTML list, so using CSS to adjust the margins will only change the space between the columns, it won’t cause the menu items to switch to a single line instead. To do that you’ll need to create a child theme and modify the PHP files that are responsible for creating the menu instead.
We don’t provide support for that type of customization, but you can find some information to help you get started here:
- The topic ‘Widen Menu Items’ is closed to new replies.