Good days, is it possible to make the slider controls go further to the left and to the right to gain space in the middle?

Good days, is it possible to make the slider controls go further to the left and to the right to gain space in the middle?

Hello Mauro,
You can do that by adding this code in X > Theme Options > CSS:
@media (max-width: 480px) {
.flex-direction-nav a.flex-next {
right: -5px;
}
.flex-direction-nav a.flex-prev {
left: -5px;
}
}
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.
Perfect!!
Thank you!!
You’re always welcome!
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.