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

9 years ago · Last reply by fierceclever 9 years ago

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 9 years, 11 months ago

    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 9 years, 11 months ago

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

  3. Alex S Staff 9 years, 11 months ago

    Hi Fierceclever,

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

  4. fierceclever 9 years, 11 months ago

    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