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.

Replies

4
  1. Magus Staff 10 years, 9 months ago

    Hi Morgan Glassco

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-features-list .sow-features-feature .textwidget {
        display: inline-block;
        padding-left: 15px;
    }

    Let us know how you get on

    Magus

  2. Afnan Zari Ghanvi 10 years, 3 months ago

    Hi,

    This is not working when the text of heading or content is large (2-3 lines)
    Can you review and suggest the css.

    Thanks

  3. Afnan Zari Ghanvi 10 years, 3 months ago

    I ended up with this solution, hope it help.

    /* feature icon left */
    .sow-features-list .sow-features-feature .textwidget {
        display: inline-block;
        padding-left: 15px;
        text-align: left;
        width: 75%;
    }
    .sow-icon-container
    {
        margin-top: 10px;
        vertical-align: top;
    }
    • Andrew Misplon Staff 10 years, 3 months ago

      Thanks for sharing your fix :) All the best.

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