Home>Support>How can I reduce the space between icons in SiteOrigin features?

How can I reduce the space between icons in SiteOrigin features?

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,

How can I reduce the space between icons in SiteOrigin features?

Thank you,

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

  1. 9 years, 2 months ago Alex S
    Hi, I Work Here

    Hi Eliuska,

    Could you please clarify what space you are referring to. Do you mean the space between columns? Do you mean the space between the icon and the title? Do you mean the space between the icon and the text?

  2. 9 years, 2 months ago Eliuska Diez

    Hello Alex S,
    Sorry, I have not been clear.Space between columns and Space between the icon and the title.
    I appreciate your help,Thanks

  3. 9 years, 2 months ago Alex S
    Hi, I Work Here

    Hi Eliuska,

    You can change this with some custom CSS. Please open up the features widget and go to the width styles sidebar. Open the attributes group and add the so-feat_spacing class to the widget classes field. Then save the page.

    Then navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Spacing between icon and title */
    .so-feat_spacing .sow-icon-container {
    	margin-bottom: 10px;
    }
    
    /* Spacing between icon and title */
    .so-feat_spacing .sow-icon-container {
    	margin-bottom: 10px;
    }
    
    /* Adjust padding between columns */
    .so-feat_spacing .sow-features-list .sow-features-feature {
    	padding: 0 15px;
    }
    

    To Adjust the width of the columns further you’ll have to remove or increase the column count in the widget settings.

    You might also need to install the SiteOrigin CSS Editor.

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