I'm so close but I need some more help with CSS to make this work!

This is what I wish to create (view image). I would like to match the size and positions on the navigation dots on two parallel sliders. And I also need the navigation dots perfectly square shaped, with no rounded corners.

This is the line of CSS I’m using right now:

.x-flexslider-shortcode-container .flex-control-nav:not(.flex-control-thumbs) {
top: auto;
right: auto;
left: 50%;
bottom: -4px;
margin-left: -36px;
background-color: transparent;
}
.x-flexslider-shortcode-container .flex-control-nav a {
background-color: transparent;
border: solid 1px #000;
}
.x-flexslider-shortcode-container .flex-control-nav a.flex-active {
background-color: #000;
}

Hi Jonathan,

Thanks for reaching out! This thread is a duplicate question on this thread and my colleague already answer your question.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.