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.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi 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/
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!
Sorry about that, try this:
/* Pitch home page features container size */ #site-features .feature { width: 25% !important; } .feature-list .clear { clear: none !important; }That did the trick. You rock! Thank you, Andrew.
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.