Hello,
I would like to move the arrows on the Advanced Layerslider closer to the center so they are closer to the picture.
See screenshot: https://www.dropbox.com/s/6kglt5ssgtcnv8y/Screen%20Shot%202014-08-05%20at%204.07.22%20PM.png
Website: http://michelarthurmontmorency.com/?page_id=15
Hey mcraig77!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
left: 160px;
}
#top .avia-layerslider .ls-nav-next {
left: auto;
right: 160px;
}
Adjust the position if necessary.
Best regards,
Ismael