post carousel navigation arrows disappear on small screens
As the title says, the navigation arrows disappear on small screens. On my phone there is just 1 thumbnail displayed so users don’t have a clue that there is more to be seen if they swipe. It would be nice to have the arrows visible at all times.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi there
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
@media screen and (max-width: 600px){ .sow-carousel-title a.sow-carousel-previous{ display: block !important; } .sow-carousel-title a.sow-carousel-next{ display: block !important; } }Cheers
thanks
Perfect :-)
Always feel free to open a new thread whenever you require support
Cheers
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.