Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #617925

    Hi,
    The images and submenus are not displaying properly in the megamenu layout.

    I have two columns in place (one with 3 columns and one with 1 column)

    The one column dropdown is not properly centered in Chrome and is completely right-aligned in Firefox.
    Also, the image is not scaled properly, it’s width is narrower than it should be.

    The three column dropdown’s 3 images are not properly centered within their individual column, so they all look off.

    Can you please let me know how to fix the CSS positioning and sizing of the images and columns in these megamenus?

    #617932

    Hey blinddrop2!

    Please add the below css in Quick CSS under General Stylings in Enfold options.

     #header .nine.units {
        width: 1200px!important;
    }
    #header .three.units {
        width: 342.5px!important;
    }
    

    Regards,
    Vinay

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