How to center pagination in fslider

1 reply · opened Jan 30, 2018

SSemicolon WebSTAFFFeb 7, 2018

Hello,

This is Definitely Possible! Simply use the following CSS Code:

.flex-control-nav.flex-control-paging {
	width: 100%;
	top: auto;
	bottom: 14px;
}
.flex-control-nav.flex-control-paging li {
	display: inline-block;
	float: none;
	vertical-align: bottom;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard