hi there,
i am using a mega menu & have set up a custom link description to contain an image & link.
all images are the same size, using -260×185.jpg, however one of the images is being displayed larger than the others & i can’t for the life of me figure out why.
any ideas where i look to correct this?
many thanks,
Jason
Hey Jason,
I’m unable to login or view your site. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay,
I just tried to access the site via that URL (which is the WP login screen) & using that username & password was able to log in & view the site.
That screenshot you provided is what you’d get if you try to view the site without logging in – it isn’t live, it’s behind a holding page (which is what that screenshot is of).
I think you may have had a problem as away mode was set (security) which I’ve since disabled.
Can you please try again, & if you still have issues – let me know.
Thanks,
Jason
I should add, the site is with SiteGround – but I don’t currently have their caching plugin enabled.
DNS is with CloudFlare.
Hi,
The login URL also was not working for me earlier. Thanks for checking it out :)
I was able to view your site there are two ways you can make all the images same height.
1. Upload the images with same dimention.
2. Try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-main-nav ul > li img {
max-height: 110px;
}
Best regards,
Vinay