Hi, as you can see here – http://screencast.com/t/5vScrnHsN – I made the buttons bigger but the spacing is OFF. How can I add some spacing between the buttons?
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3994 .avia-slideshow-button {
margin-right: 20px;
}
Best regards,
Rikard
Great, thanks. How can I make that into a global change that will effect all the other pages with the fullscreen slider element on the site?
Hi,
Please change the code to following one
.avia-slideshow-button {
margin-right: 20px;
}
Best regards,
Yigit
Hi, it’s not working. Only when I add the specific page ID it works… The general code doesn’t make the change.