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].
Is there a way to center the navigation bullets under the layout slider? Currently they’re all displaying to the right. Example here: http://wildlifetraffickingalliance.org/staging/?page_id=65
Thanks!
Hi, thanks for posting.
You can use the last Custom CSS snippet provided on the documentation page:
Page: Layout Slider
The Custom CSS snippet can be inserted at AppearanceCustom CSS if you’re using SiteOrigin CSS or CustomizeAdditional CSS.
I tried adding the below for custom CSS, but unfortunately it hasn’t made a difference.
.sow-slider-base .sow-slider-pagination {
text-align: center;
}
Hi
Thanks for your reply.
Do you have a public URL where we can take a look at what’s going on?