Home>Support>Feature Widget Icon off to one side?
  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    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. 8 years, 10 months ago Afnan Zari Ghanvi

    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. 8 years, 10 months ago Afnan Zari Ghanvi

    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;
    }
    
    • 8 years, 10 months ago Andrew Misplon
      Hi, I Work Here

      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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More