The spacing of the arrows on both sides of the vibe carousel is wrong. I want to give an even spacing. I searched for it in Elemento, but couldn't find it.
https://prnt.sc/mv5iA7ozIQFT
hi
for that we can fix the width of the course block and some margins
please share the URL
This reply has been marked as private.
hi
please add this in custom CSS section:
div#hfqXkX .flickity-prev-next-button.previous{
left: -50px;
}
refer:
https://screencast-o-matic.com/i/c31UloV0oja
thank you for reply. But the code you gave me doesn't work properly.
https://somup.com/c31UIdtSaN
hi
try to add the code in the very beginning in custom CSS
if still not working then use this
div#hfqXkX .flickity-prev-next-button.previous{
left: -50px !important;
}
https://somup.com/c31vIruche
Unfortunately, the additionally provided code does not work properly.
hi
please check now
http://prntscr.com/2iRthzXQJ_LX
fixed on your site
with:
.vibe_carousel .flickity-prev-next-button.previous{
left: -50px !important;
}
Thank you for taking care of it until the end and making it work properly. well checked
Please close this topic
thanks for your confirmation