Forum Replies Created
-
AuthorPosts
-
Thanks! Worked!
Mike
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
Thanks!!
Thanks! Quick question, how do I hide the search icon on the nav bar?
Mike
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
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?
Thanks!
One additional thing happen though. I noticed none of the links work in the new header widget. Can you check?
Cool! Worked! Thanks
Got it. Let me try
Use this snippet:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
} -
AuthorPosts