I am trying to change the navigation to look like our parent site. I have created something similar but it is slow. Any ideas? Both links are below:
Hey dodswome!
What’s the CSS your using there?
Cheers!
Elliott
I just did some edits thru custom CSS to come up with the look and feel that I wanted. I modified the .av-main-nav and each #menu-item to get the reverse look. I am thinking about using the bootstrap nav instead. Has anyone done that to this theme?
I worked with your system to get the look and feel I need somewhat. If you go to the link below you see that when you do a hover it does not cover the full space on the nav bar. What do i edit to fix? And, the Contact link no longer works. Help!
Mike
Hi Mike,
I could not see the issues you are describing on the page, did you manage to get it fixed? If not, please provide us with screenshots so that we know what areas you are having problems with.
Best regards,
Rikard
I fixed all the issues but I have a quick question about the navigation. I want to create a little more spacing in-between the navigation elements basically widen the nav. They are too tight right now. How do I spread them out?
Thanks
Mike
Hi!
Please add following code to Quick CSS
.av-main-nav > li > a {
padding: 0 30px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
Yigit
Thanks! Worked!
Mike