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.

Features Widget – Mobile Responsive

9 years ago · Last reply by Esteban Gómez 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 9 years, 11 months ago

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

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

  3. Andrew Misplon Staff 9 years, 11 months ago

    Super :) Glad we could help.

    All the best.

  4. Esteban Gómez Private 9 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread