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].
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.
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/
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.