Home>Support>Can I display 4 Features in same row instead of 3.

Can I display 4 Features in same row instead of 3.

I’d like to display 4 features in Home page but I don’t want my 4th feature to display under my first 3. Is there a way to reset columns so they fit. Note: Clients section allows 4 images on same row. I’d like to do same with 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. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi Patty

    Try the following in your Custom CSS module.

    /* Pitch home page features container size */
    
    #site-features .feature {
    width: 25% !important;
    }

    If you have Pitch Premium you can insert the above under Appearance > Custom CSS. Alternatively you can use the Custom CSS module in Jetpack or a plugin like this: http://wordpress.org/plugins/simple-custom-css/

  2. 10 years, 4 months ago Patty Fernandez

    Hi Andrew

    The above code shifts the top features over and leaves space for the 4th, however, the 4th feature still displays in feature-lastrow. Is there something else I need to add so that the feature li holds 4 items instead of 3?

    Thanks so much!

  3. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sorry about that, try this:

    /* Pitch home page features container size */
     
    #site-features .feature {
    width: 25% !important;
    }
    
    .feature-list .clear { clear: none !important; }
  4. 10 years, 4 months ago Patty Fernandez

    That did the trick. You rock! Thank you, Andrew.

  5. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    No problem, glad we could help.

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