Hello!
I’ve created 4 column mega menu and inserted same size pictures via “av_image src” by adding menu item in column as “description” text block
I’ve noticed that the first and the last columns have different width from second and third. That makes images response differently.
Please, help me to set up equal width for each mega menu’s columns to make images same sized.
Yours respectfully,
Rodion
Hi RodionK,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
Hello, Rikard!
I’ve posted temporary admin login.
Yours respectfully,
Rodion
Hey!
you can control it using this code in Quick CSS field:
#top #header .avia_mega_div > .sub-menu {
padding-left: 18px;
padding-right: 18px;
}
Adjust as needed.
Best regards,
Andy