Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335000

    hi can you take a quick look at http://217.199.187.67/dkb-glasgow.com/

    works fine on desktop but on ipad the top of the slide show fails to render correctly it gets cropped off

    any css fix I can apply to ensure that the top layers aren’t cropped? I don’t mind background images being cropped so that the slider remains responsive. But I can’t see any reason why the top text layers are being cropped for responsive reasons.

    Please advise

    thanks in advance

    guy

    #335427

    Hey codecreative!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 150px;
    }
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.