Forums
Forums / Theme: Twenty Sixteen / Menu Item Spacing Issue
(@design-locker)
8 years, 6 months ago
Hi All,
Working on a child theme of twentysixteen and having an issue when I hover a main menu item.
There is a 5px space to the right hand side of each menu item when I hover that I cannot seem to sort and/or remove.
Any help greatly appreciated.
The page I need help with: [log in to see the link]
(@addweb-solution-pvt-ltd)
Hello design-locker,
Add below css code into your current active child theme’s style.css file or you can also add it to additional css option in theme customiz option.
.main-navigation .primary-menu > li { float: left; } @media (max-width: 900px) { .main-navigation .primary-menu > li { float: none; } }
Hope this will helps you.
Thanks!
Thank you so much for your help, worked perfectly.
The topic ‘Menu Item Spacing Issue’ is closed to new replies.