Hi, as you can see here – https://www.screencast.com/t/Bd1CeCT2 – there is no spacing between the buttons of the fullscreen element. How can I fix that?
Thanks
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.rtl .avia-multi-slideshow-button.avia-slideshow-button {
margin-right: 0;
margin-left: 20px;
}
Best regards,
Yigit
Thanks!