This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

post carousel navigation arrows disappear on small screens

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 10 years, 9 months ago

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

    thanks

  3. Daniel Staff 10 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread