how to edit items in navigation menu
-
for example, my pages titles are coming into 2 lines and i want to have it in one without reducing the font size. can i just move it somehow?
The blog I need help with is 9thwavegallery.wordpress.com.
The blog I need help with is: (visible only to logged in users)
-
To do that, you would need to target the sub-categories and expand their width using CSS. Here is an example based on the Portfolio demo site:
nav[role="navigation"] ul.sub-menu li, nav[role="navigation"] ul.children li { width: 200px; }
- The topic ‘how to edit items in navigation menu’ is closed to new replies.