Forums
Forums / Fixing WordPress / page menu titles
(@marktmccabe)
11 years, 4 months ago
Can anybody please tell me how to distribute the menu titles for each page evenly? please check this link and you will see what I mean. http://website-development.org
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Give each title an equal width, in your case 100 / 7 = 14.2%:
#header .header-links li { width: 14.2%; }
Thanks for that, do i insert this in the header.php?
(@innuvo)
No, add it into either the custom CSS section of your theme’s options panle or at the bottom of your style.css file if using a child theme
SORTED – put in the css and it worked thanks again.
thanks again
The topic ‘page menu titles’ is closed to new replies.