Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #587004

    Hi
    My last submenu displayes outside the screen boundaries. Is this possible too fix?

    http://www.tillitsvervet.no

    #587060

    Hi dalboslampen!

    I could not reproduce the issue on my end but can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #wrap_all {
    position: relative !important;
    }

    Best regards,
    Yigit

    #587062

    Hi dalboslampen ;
    by adding these lines into your custom style file you can achivee to show all of your menu an sub-menu (to push them (!) left).
    But be carreful it depends on :
    1- the lenght of the text in your sub-menu,
    2- the attributes of your Mobil-Menu (see the image – Mobil Menu) :
    Mobil Menu Enfold

    /*TO PUSH THE MAIN NAVIGATION TO THE LEFT/*
    .main_menu{ right: 60px !important;}
    
    /*TO SHORTEN THE WIDTH OF THE SUB MENU*/
    .av-main-nav ul {width: 190px !important;}
    • This reply was modified 8 years, 9 months ago by begrafiks.
    #587066

    Hi!


    @begrafiks
    Thanks for your input! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.