This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

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

Resolved 5 replies themetheme-pitch
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 10 months ago

    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. Patty Fernandez 11 years, 10 months ago

    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. Andrew Misplon Staff 11 years, 10 months ago

    Sorry about that, try this:

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

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

  5. Andrew Misplon Staff 11 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread