Hi,
where can I change the button size on easy slider? I want to set it X-LARGE.
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-multi-slideshow-button {
min-width: 200px;
}
Best regards,
Yigit
You are fast and brilliant!
But there is another one problem: i set min-height to 50px too, but the text is not lined-up with the background. How can I do an alignement?
Hi!
Please try changing the code to following one
.avia-multi-slideshow-button {
min-width: 200px;
padding: 20px!important;
}
Regards,
Yigit
Thank you very much!!! You are fantastic!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit
