Home>Support>SiteOrigin Features widget move Title text to above icon

SiteOrigin Features widget move Title text to above icon

Hi

Is there a way to move the Title text in the SiteOrigin Features widget to show above the icon?

Thanx
Mario

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

  1. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi PCG,

    This is currently not possible. I’ve logged this as a feature request. In the mean time, you can accomplish this with CSS and a minor setting change. Open up up the features widget you wish to have the title above the icon and head over to the widget styles sidebar. Open the attributes settings group and set the widget class as feat-title_above_icon

    Then navigate to AppearanceCustom CSS, and you’ll get our custom CSS editor. Add the following CSS.

    .feat-title_above_icon h5 {
    	position: absolute;
    	top: -25px;
    	margin: 0 !important;
    	right: 0;
    	left: 0;
    }
    
    .feat-title_above_icon .sow-features-feature {
    	position: relative;
    }
    

    You may need to adjust the top amount to get your desired spacing with the title.
    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