Home>Support>post carousel navigation arrows disappear on small screens

post carousel navigation arrows disappear on small screens

By mail box, 10 years ago. Last reply by Daniel, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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.

URL: http://jasper.openhof.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 2 months ago Daniel
    Hi, I Work Here

    Hi 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

  2. 10 years, 2 months ago mail box

    thanks

  3. 10 years, 2 months ago Daniel
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More