Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #664268

    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

    #664387

    Disregard the above please. The problem I am having is with the menu for the tablet. Not looking right…please take a look

    #664950

    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

    #665036

    Thanks Yigit. -10px to get it right.
    Strange though

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hidden tablet’ is closed to new replies.