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.

Customise navigation on Post Carousel Widget

Resolved 4 replies customizationpluginplugin-widgets-bundle
Started · Latest reply by fierceclever

I have Site Origin widgets bundle installed and need to customise the post carousel so that navigation arrows appear on either side of the posts in the loop, rather than above them.

Any pointers on how to go about this would be much appreciated!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Alex S Staff

    Hi Fierceclever,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
        position: relative;
        top: 133px;
        z-index: 200;
    }
    .sow-carousel-title a.sow-carousel-next {
        left: 20px;
    }
    .sow-carousel-title a.sow-carousel-previous {
        float: left;
        right: 20px;
    }

    You might also need to install the SiteOrigin CSS Editor.

  2. fierceclever

    Thanks so much for getting back to me – that works perfectly!

  3. Alex S Staff

    Hi Fierceclever,

    Awesome. :) Is there anything else I can help you with today?

  4. fierceclever

    Nope, just keep up the great work!

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