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

    Hi buddies and thanks for very nice them Enfold!
    after upgrading to new version of Enfold my menu changed and I cant fix it with any code!!! my problems are:
    1- in some screen my main menu just wrapped in two line what i dont want!
    2- my submenu box is too big and some times go out of screen!
    3- in previous version main menu and submenu font changed together but now I just can change the main menu font and it’s not affected to submenu items.
    4- the white space after sub menu items are too much!
    I tried many codes but one item is become good and another bad!
    for making you clear please take a look to my website menu (no.1 in private), and what I want exactly is in website no.2 !!!
    please let me know how can I make a menu and sub menu exactly same as no.2 website (font, size, style every thing’s is good)

    Sorry for long story but I really confused!

    CHeers

    #497724

    Hey svaliahdi!

    try this code:

    .av-main-nav-wrap {
    width: 127%;
    right: 84px;
    margin-left: -40px;
    }
    

    and adjust as needed.

    You might need to work with media queries to achieve different behavior for different screen sizes. Use something like this:

    @media only screen and (max-width: 736px)  {
    .av-main-nav-wrap {
    width: 127%;
    right: 84px;
    margin-left: -40px;
    }
    }
    

    and adjust as needed.

    Regards,
    Andy

    #498021

    Thanks andy,
    I changed the code to:

    #av-main-nav-wrap {
    width: 170%;
    right: 20px;
    margin-left: -40px;
    }

    @media only screen and (max-width: 736px) {
    #av-main-nav-wrap {
    width: 170%;
    right: 20px;
    margin-left: -40px;
    }
    }
    so just the location of the menu is become fine but I have two problem:
    1- in Chrom browser menu is fine but in firefox browser main menu warped in two line take a look to capture:
    menu warped in two line
    2- in my sub menu white screen is too much:
    white screen is too much
    3- I changed my menu font in advanced style\edit main menu but the submenu not change!! I want to change my submenu font also!

    please look at the website :”in private” main and sub menu items, the arrangement is exactly what I need!
    what I need!!

    Regards,
    Sam

    #498806

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #499382

    Dear Rikard,

    Thanks for your attention, you can login with information I write in private!

    I have another problem is my website load very very slow and I guess it’s because of Userpro plugin, may you please also check if there is un compatibility or what between user pro and this version of Enfold or something else is wrong!?

    Regards,
    Sam

    #500216

    Hi Buddy!

    Any update?? did you check ???

    #500988

    Hey!

    refuse from bumping into your own thread please. Your website is not loading properly for me … it takes hours

    1.) Your menu looks fine to me on Chrome as well as on Firefox. Make sure to use newest browser version. Which OS are you using?

    2.) Use this code:

    #header .six.units {
    width: 400px;
    }

    3.) For mega menu title use this code:

    #header .mega_menu_title {
    font-family: verdana;
    }
    

    and for the other submenu items:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    font-family: verdana !important;
    }
    

    Regards,
    Andy

    • This reply was modified 9 years, 9 months ago by Andy.
    #505377

    Dear Andy,

    Sorry for late respond and thanks for your support, I was working on loading problem of my website and it solved today.

    I checked the codes and still I have same problem as follow:

    My menu in Chrome and IE is good but in firefox (latest version) is wrapped in two line and it’s not look good!!

    now my site is load faster so you can check the codes and all you need.

    Best regards,
    Sam

    #506354

    Hey!

    please try to deactivate all plugins to see which one is causing firefox to display your menu like this.

    Best regards,
    Andy

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