When using Fullscreen Slider with 2 buttons, at some screen sizes, second button hops on second line, which would be ok, but there is a 10px right margin still apearing.
Any quick CSS fixes?
Hey Edgars!
It doesn’t seem to be happening on our demo. Can you send us a link to your page so we can take a look?
Best regards,
Elliott
Hey!
Please try the following in Quick CSS under Enfold–>General Styling. I adjusted the margin a bit:
.avia-multi-slideshow-button.avia-slideshow-button {
margin-right: 5px !important;
}
Regards,
Rikard
Ok, thanks!