Hey guys…the images “in the body” of content seen on the homepage here should not be displaying on the tablet ‘landscape view’. Code is working in portrait view where images are not showing (which is what we want) but still rendering on landscape view (which we don’t want). Give a quick look on your iPad.
See link below. Thanks!
JS
Disregard the above please. The problem I am having is with the menu for the tablet. Not looking right…please take a look
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1024px) {
img.ls-bg.ls-preloaded {
margin-top: 0!important;
}}
Best regards,
Yigit
Thanks Yigit. -10px to get it right.
Strange though