Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #220366

    Hi,
    Having added a text logo I needed to move the top menu down a bit to accommodate the jpeg. However having done that the small red bar that appears when you highlight a menu item now needs to come up but I cannot find the item to do it.

    The site is on a localhost

    Regards
    Richard

    #220574

    Hey Richard!

    Can you post a screenshot and show us how it currently looks? It would be helpful

    Regards,
    Yigit

    #220687
    This reply has been marked as private.
    #220710

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_menu .menu ul { top: 70%; }

    Best regards,
    Yigit

    #220736

    Hi Yigit

    Thanks for that. Can you tell me why it goes into the Quick CSS rather than the style sheet?
    Thanks
    Richard

    #220738
    This reply has been marked as private.
    #220780

    Hi Richard!

    What code have you used to move the menu down?

    Regards,
    Josue

    #220809

    Hi

    .main_menu {
    margin-top: 45px;
    }
    Place in the style sheet

    Regards
    Richard

    #220818

    Hi!

    Please remove the modifications that you added then replace it with this:

    .main_menu {
    top: 35px;
    }
    
    .main_menu .menu ul {
    top: 83px;
    }
    
    .avia-menu-fx {
    bottom: 32px;
    }

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu’ is closed to new replies.