Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867723

    RPronk
    Participant

    Hello,

    i have a full wide slider on my home page. The slider is responsiv. But when the browser is wider than the ratio can display the top of the photo is being croped off. Can i change this to bottom crop? I would always like to see the top off the photo.

    Thanks,
    Ronald

    http://www.snowboarding-is-fun.com

    #867746

    RPronk
    Participant

    as you see in the screen grab the head of the snowboarder is cut off, it should be cut off by the bottom

    #868584

    Rupok
    Member

    Hi there,

    Thanks for writing in!
    You can add this under Custom > CSS in the Customizer.

    @media only screen and (min-width: 1400px) {
    .ls-bg {
      margin-top: -90px !important;
    }
    }

    Hope this helps.

    Cheers!

    #869578

    RPronk
    Participant

    thanks i will give that a try!

    #870006

    Lely
    Moderator

    You’re welcome!

    Always,
    X