Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #901423

    Hello,

    I have a display problem with the mega nav option in my enfold theme, when the menu is set with “logo left menu below” in enfold heading options, the mega nav unfolds goes completely to the right. This problem does not exist with the “logo left menu right” setting.

    How can I solve this problem?

    I really need the logo to be above the menu so I can not do otherwise.

    #901889

    Hey pixeet2016,

    Thanks for the screenshot, could you post a link to the site in question as well so that we can take a closer look please?

    Best regards,
    Rikard

    #902081

    My web site is for the moment only locally, and I do not have a preprod address yet to make it available.
    The parameters highlighting the bug are those stated in my previous message. The mega nav shifts systematically to the right of the site from the moment the header is set with logo at the top and menu below. On the other hand with this configuration if I remove the option mega nav and I let the classic submenu I have no problem. But I really need to use the mega nav. Could you test it your side already, in order to find a solution.

    Tank you

    #902501

    Hi pixeet2016,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    Best regards,
    Victoria

    #902731

    I apologize for insisting but there is a problem even when I do not make any changes. I can’t give you an address preprod, because when I’ll have an available address it will be too late and my customer will have visibility on the bug which is not possible. I can’t show him the site in this state.

    This is a concern in the basic enfold theme. All you need to do is set up a blank child instance with a mega nav and the “logo left menu below” header, like my screen shot.

    I installed enfold and I did not import a demo, I worked simply with the editor by creating my pages and setting in the enfold child tab. I did a little css in my child folder. My css don’t create the problem, it does’nt change anything. You think I already checked by removing it completely. I simply selected in the back office in “general style” the option “enfold 2017”. And I have this problem of display.

    Thank you for looking on your side that can not give you an address to watch.

    #904175

    Hi,

    I am afraid we cant do anything without the address so we can identify the problem and be able to help you.

    Best regards,
    Basilis

    #911171

    Hi,
    The site in question is now online on a preprod address.
    Could you take a look at the display problem explained above ?

    Thanks

    #911584

    Hi pixeet2016,

    Which browser is that? Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #911647

    Hi Victoria,

    The problem doesn’t appears anymore. I don’t understand. It was visible on firefox and chrome you can see it on the sreen shot in my first message. Maybe a cache problem… Or a parameter that a change…
    Strange.

    Everything is ok now.

    Thank you.

    #911718

    Hi pixeet2016,

    Could be the cache issue, yes. Glad it’s working now :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #914550

    Hi,
    I thought the problem solved but in fact not at all. The mega nav visible at flyover of the Blog button (the green one) moves completely to the right when the size of our screen between 1024px and 1270px. You can view and test the problem on the address I already gave you. What should I do to solve the problem?

    Thanks
    Best regards

    #915280

    Hi pixeet2016,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1024px) and (max-width: 1270px) {
      .avia_mega_div.avia_mega3.nine.units {
        left: -60vw !important;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #915334

    Hi Victoria,
    it seems to work.
    Thanks

    #915387

    Hi,

    Great, glad you got it working. I’ll leave the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

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