Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #900935

    hi guys

    The mega menu that drops down is off center as it only has 2 columns, can we possibly center the position of it ?

    #901295

    Hey codecreative,

    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: 1100px) {
      #header .six.units {
          left: -140% !important;
      }
    }
    @media only screen and (min-width: 990px)  and (max-width: 1099px) {
        #header .six.units {
          left: -90% !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #904287

    Thank you this worked :)

    #904824

    Hi codecreative,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #981537

    Hi there,

    since the latest update, our mega menu is not center aligned anymore.
    We have deleted cache.

    What can we do about this?

    #982397

    Hi norm4u,

    The menu has changed, the classes have changed. 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: 1100px) {
      #header .twelve.units {
          left: -624% !important;
      }
    }
    @media only screen and (min-width: 990px)  and (max-width: 1099px) {
        #header .twelve.units {
          left: -90% !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1087486

    Hi there,
    unfortunately again the mega menu is not aligned in the middle. What can I do about it? It seems that larger screens are making it offset, so is the css code not meant for responsive use?

    #1087893

    Hi norm4u,

    Sorry for the problem. Could you try to update to the latest version of the theme (4.5.5) to see if that helps please? The update to 4.5.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541

    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/

    If that doesn’t work then please delete the old version of the theme, then upload the new one. Make sure that you have backups of the site before you start updating.

    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1107975

    HI, I have the same problem and I have the 4.5.6 version of enfold theme.

    #1108683

    Hi sere,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1291478

    Hi Kriesi team,

    Is there any updated custom css code to obtain this actual result, pls? … I’ve already tried the suggested ones above but wasn’t successful in the outcome. In my case, I’ve got a three columns mega menu.

    Great thanks in advance.

    Regards,

    H

    #1292043

    Hi hacart,

    Where can we see the element in question?

    Best regards,
    Rikard

    #1292048

    Sure. I’ve placed a link in the private content section. Thank you.

    #1292667

    Hi hacart,

    Thanks for the screenshot, it doesn’t seem to exist though. Could you post a link to where we can see the element on your actual site instead please?

    Best regards,
    Rikard

    #1292706

    Hi Rikard.
    Link attached. Thank you.

    #1292982

    Hi hacart,

    Thanks for that, I can’t see a mega menu on the page though? If we need to be logged in to be able to see the whole site, then please post details in private.

    Best regards,
    Rikard

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