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

post carousel navigation arrows disappear on small screens

By mail box, 9 years ago. Last reply by Daniel, 9 years ago.

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. 9 years, 5 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. 9 years, 5 months ago mail box

    thanks

  3. 9 years, 5 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