Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have had big problems sizing the thumbs showing in the slider in the header, so I’ve changed the size of the slider with custom css in found in another thread here in the support area:
.slider {
width: 950px;
margin: 0 auto;
}
.slider, .slider .slide {
height: 404px;
}
my problem is now that the round buttons in the right lower corner of the slider are cut away, how can I move them to the left so they are visible?
Hi rudestrand
Try the following under Appearance > Custom CSS:
Hope that helps.
Thanks, that helped :)
Super, glad that did the trick.