Responsive slider navigation button styling

Hi there.

Please go to my home page at nblund.com (copied in the image attached). Right there on the top, you will find your responsive slider simply sliding text. You will also see that the navigation buttons are placed behind the text. I added a class and tried to change with the following css

.nbfptextslider .flex-direction-nav a.flex-prev, a.flex-next {
display: inline-block;
margin-bottom: 30px;
}

… without luck. Which class would be the correct one - or what can I do? Thanks.

Hi There,

Please try with this custom CSS instead:

.flex-direction-nav a {
    top: -30px;
}

Hope it helps :slight_smile:

Worked just fine. Thanks.

Hi there,

You might also want to check the following links for the previous code suggestion:

Hope this helps.

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