Home>Support>Feature Widget Icon off to one side?

Feature Widget Icon off to one side?

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].

Hello,

I was wondering if it is possible to adjust the feature widget to have the icon off to the left of the text instead of being above it.

Thanks

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

  1. 10 years, 2 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. 9 years, 7 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. 9 years, 7 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;
    }
    
    • 9 years, 7 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