Modifying main nav
-
Topic
-
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: css, main menu, nav, Navigation
Hi jason,
Thought you may be able to help me on this one. But my client is kinda maxing out the number of buttons to put on the top level of the main nav. With a bit of tweaking the css in the child theme i was able to squeeze in 8 buttons but now The arrows are not positioning properly and the drop down menus jump when i roll over them. I used the following css to narrow the left and right padding between the buttons:
.style_green #access ul li a { padding-left: 17px; padding-right: 17px; }
I have been trying to identify the other parts of the theme.css i need to copy, tweak an onqeue in my child theme but I can’t get the right ones. Could you please help me out?
Thanks
Thanks Jason, very helpful.