Customise navigation on Post Carousel Widget
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
4Hi 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.
Thanks so much for getting back to me – that works perfectly!
Hi Fierceclever,
Awesome. :) Is there anything else I can help you with today?
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.