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

    Hello,

    The site, link is in the private part below, is okay on desktops, but the header ‘een nieuwe toekomst…’ has strange padding on cellphones and doesn’t stay within his background. Can you tell me how to fix this?

    Regards,

    Erwin

    #1131683

    Hey Erwin,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .ls-wrapper.ls-in-out h1 div{
    padding-left:10px!important;
    }}

    Best regards,
    Jordan Shannon

    #1131687

    Hi Jordan,

    Thank you for the really, really fast support! That did indeed.

    Thanks!

    Regards,
    Erwin

    #1131689

    Hi,

    Perfect! I’m happy to help with this. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to target header in LayerSlider only for mobile viewers’ is closed to new replies.