Flex Slider flex-control-nav position

1 reply · opened Jun 26, 2020

IimpulsiJun 26, 2020

Is it possible to move the position of the "flex-control-nav flex-control-paging" outside the image in the bottom?

SSemicolon WebSTAFFJun 26, 2020

Hello,

Absolutely! Simply consider using the following CSS Code:


.flex-control-nav {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 1rem;
}

.flex-control-nav li a {
	border-color: #1ABC9C;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
	background-color: #1ABC9C;
}

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