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

    http://borstch.eu/nysajt2/

    How can I control what part of the image thats visible in the slider image? Can I set some margin with CSS?

    #396958

    Hey crewneck!

    can you please elaborate? what do you want to control? I can’t see what you mean. Do you mean you want to control the image’s position? if yes you could use this:

    #top #wrap_all .ls-wp-container .ls-slide > * {
    margin-top: -270px;
    margin-left: 10px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #397834

    That seems to work, but also creates a thin border under when I access the page on mobile devices?

    #397973

    Hey!

    You can set the focus point of the image using this jQuery code if you don’t want to use CSS.

    Regards,
    Rikard

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