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
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
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
Hey!
Add this:
.sub-menu img{ display: block; }
Best regards,
Josue
Hey, thanks for your help. It works. Regards, Rico