I’m trying to change the position of the “book now” button for the fullwidth easy slider. I’m trying to lower and center it, so that it right above the text box in the next section. Any help that can point me in the right direction would be great.
Thanks.
Hey echristoperj,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all #full_slider_1 .avia-slideshow-button {
margin: 0 auto;
display: block;
width: 20%;
}
If you need further assistance please let us know.
Best regards,
Victoria