Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #316058

    hi, i have a problem with the mega menu. i want images in the menu. this is not the problem. The problem is the location of the images. I do not want a white border around the images. You can see it in the screen. Ex1 is what I do not want. I’m trying desperately to reach ex2.

    I don’t lik this

    I want this

    i hope you can help me… thanks

    #316266

    Hey suchfin!

    Thank you for visiting the support forum.

    We need to see the actual website in order to provide you with a proper css solution.

    Cheers!
    Ismael

    #316402
    This reply has been marked as private.
    #317078

    Hey!

    Try adding this code to the Quick CSS:

    #top #header .avia_mega_div > .sub-menu {
        padding: 0px 0px 30px;
    }
    #top #header .avia_mega_div > .sub-menu > li#menu-item-4920 {
        padding-top: 0;
        padding-left: 0;
    }
    #top #header .avia_mega_div > .sub-menu > li{
        padding-top: 30px;
        padding-left: 20px;
    }

    Cheers! 
    Josue

    #317955
    This reply has been marked as private.
    #317962

    Hey!

    Add this:

    .sub-menu img{ display: block; }
    

    Best regards,
    Josue

    #319826

    Hey, thanks for your help. It works. Regards, Rico

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘mega menu’ is closed to new replies.