Move slider navigation button

Hello wonderful chaplins!

I have a slider on panel 3 of my lovely website built on the excellent Theme of X: www.perfectstatement.co.uk

Unfortunately the slider navigation thingy that lets you go left/right is getting in the way of the image - would it be possible to move the navigation thingy from top left of the slider to top centre???

THANK YOU GUYS SO MUCH!!!

Hi @AndrewM94,

Thank you for writing in, to center the Classic Slider navigation, please add this to Theme Options > CSS

.flex-direction-nav a.flex-prev {
    left: calc(50% - 14px);
}
.flex-direction-nav a.flex-next {
    left: calc(50% + 50px);
}

But before you add that, please remove this from your Theme options > CSS

<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
#stars
#stars2
#stars3
#title%spanPURE CSS%br%spanPARALLAX PIXEL STARS

That is not a valid CSS and any CSS added underneath that will not work.

Cheers!

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