How can I control what part of the image thats visible in the slider image? Can I set some margin with CSS?
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
That seems to work, but also creates a thin border under when I access the page on mobile devices?