Move navigation buttons from upper left corner

Hi there!
Thanx again for all the help we receive :slight_smile:
I was wondering if it’s possible to move the two buttons from the upper left corner of the picture to just below the picture, right in the middle. I searched the forum already but the code I came across didn’t work for me? Thank you!

Hello Grietje,

Thanks for writing to us.

Regretfully there is no option for that but you can use custom CSS code under Theme Options—>CSS to move the pagination to the right bottom

.flex-direction-nav {
position: absolute ;
bottom: 14px;
right: 0%;
height: 50px;
width: 100px;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

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