Ffrederic80Jan 30, 2018
Data-pagi=true
How to center it (bottom) in the slider?
http://studiowolf.be/test/MG/index.html
Thanks in advance.
1 reply · opened Jan 30, 2018
Data-pagi=true
How to center it (bottom) in the slider?
http://studiowolf.be/test/MG/index.html
Thanks in advance.
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