Home>Support>Post Carousel Widget customization

Post Carousel Widget customization

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
I was just wondering where I could find and edit code for the post carousel widget. I’m fairly new at this and I’m not quite sure about what to do.

I’m using a lot of the SiteOrigin widgets, and I really like them but there’s something different about the title on the post carousel.

The title is left aligned, which I like and has the background colour extending the full column width.

The post carousel widget only has the background colour directly behind the title text.

I hope this makes sense and that you can help.

Thanks,
Keenan

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, 6 months ago Support Assistants

    Hi Keenan

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 6 months ago Private Message - Keenan Dixon

    This is a private message.

  3. 9 years, 6 months ago Support Assistants

    Thanks for the wait.

    The post carousel widget only has the background colour directly behind the title text.

    It has to do with the buttons displayed on the right of the carousel. Try adding the following to Appearance > Custom CSS to resolve:

    /* SiteOrigin Carousel Widget */
    
    .sow-carousel-title {
        position: relative;
    }
    
    .sow-carousel-title .widget-title {
        display: block;
    }
    
    .sow-carousel-title a.sow-carousel-next, 
    .sow-carousel-title a.sow-carousel-previous {
    	position: absolute;
    	right: 10px;	
    	top: 7px;
    }
    
    .sow-carousel-title a.sow-carousel-previous {
    	right: 33px;
    }
  4. 9 years, 6 months ago Support Assistants

    Unfortunately, the arrows for the left right navigation aren’t loading. The problem is due to cross-domain loading of assets. David Walsh discussed a solution here:

    https://davidwalsh.name/cdn-fonts

    It’s perhaps, something you could ask your hosting company to assist with.

  5. 9 years, 6 months ago Keenan Dixon

    This worked.

    Thank you so much!

  6. 9 years, 6 months ago Support Assistants

    Great to hear you’ve made progress. Thanks for the update.

    All the best with your website.

  7. 9 years, 1 month ago jben

    YES! This is a good one :)
    THX a lot!

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