Under products I have place some images in the mega menu. They are all 600×430. Why are the two outer images larger than the two middle images?
Thanks
Peter
Hi Peter!
Thanks for reaching out to us!
Please add the following code in the Quick CSS field under the General Styling tab in the theme options:
.mega_menu_title img {
width: 275px;
height: 195px;
}
This will force the images to all be the same size. Let me know if you need further assistance.
Cheers!
Jordan