Hi there,
I have a question about the Megamenu. I have 3 columns and 3 pictures in each column in the Megamenu (JPEGs all 3 in the same size). The 3 pictures are shown in different sizes, but I would like them to be displayed in the same size.
Can you help me with that?
Best regards
Jürgen
Hey Jürgen,
You need to upload all the images to have the same size.
This should fix the issue without any extra code added to your CSS and make the web site heavy :)
Best regards,
Basilis
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-1634 .avia_mega3 {
width: 950px !important;
}
Best regards,
Rikard
Hi Rikard,
i have integrated the code into quick-css,
nothing has changed. See screenshot.
Best regards
Jürgen
Hi,
I can’t see the CSS I gave you applying at all, did you remove it? If so then please add it back and make sure that you delete the old CSS and JS files under Enfold->Performance before you check the results.
Best regards,
Rikard
Hi Rikard,
i inserted the code as described by you at the end of the quick ccs. “Delete old CSS and JS files?” i switched on.
Best regards
Jürgen
#menu-item-1634 .avia_mega3 {
width: 950px !important;
}
Hi,
Try this instead:
#menu-item-1634 .avia_mega3 {
width: 1050px !important;
}
Best regards,
Rikard
Hi Rikard,
it works!
Many thanks !!!!!!!
Best regards,
Jürgen
Hi Jürgen,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria