Home>Support>Features Widget – Mobile Responsive

Features Widget – Mobile Responsive

Hi there,

First off thanks for some pretty terrific plugins – I’ve been using Page Builder and the widgets bundle for my site and I love it. I’ve recently started using the Features widget and am having some issues with mobile responsiveness.

Site: www.ignitemedia.co.za – you can see the features under Services on the home page. When the screen gets smaller it’s responsive up to a point and then the features float one next to another which I did using the below CSS:

@media screen and (min-width: 520px) and (max-width: 768px) {
.custom-features .sow-features-list.sow-features-responsive .sow-features-feature {
float: left !important;
width: 50% !important;
}
}

The problem is that they are different text-lengths and as you can see, some of the features aren’t going alongside one another.

Appreciate any help to get this more responsive!
Thanks in advance.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Page52

    Thanks for your support.

    Try adding the following to your Custom CSS:

    @media screen and (max-width: 768px) and (min-width: 520px) {
        .custom-features .sow-features-list.sow-features-responsive .sow-features-feature:nth-of-type(3n) {
            clear: left;
        }
    }
    
  2. 8 years, 6 months ago Page52

    Beeeeeutiful! Thanks a mil, that worked like a charm.
    Best.

  3. 8 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super :) Glad we could help.

    All the best.

  4. 8 years, 4 months ago Private Message - Esteban Gómez

    This is a private message.

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