Home Page Service Items
This support request was posted in Paeon by brianmoes
- brianmoes June 22, 2014 at 7:42 pm
Hi,
I would like to show more than one row of services on the home page. I have increased the ‘posts_per_page’ => 12, on the template-home.php page but the services end up going over 5 rows with blacks being left.
I have also read another post quick suggested adding min-height: 320px; to the ‘ul.four-col-grid li’ class but unfortunately this does not seemed to have helped.
Any suggestion would be really appreciated.
Kind Regards
Brian
Juanfra Aldasoro June 22, 2014 at 8:54 pmHi Brian,
Thanks for writing. I´ve visited your site and I´ve seen that you’re not using our theme. Is there anywhere I can take a look to see what is that you’re doing?
Best,
Juan.brianmoes June 23, 2014 at 8:09 pmJuanfra Aldasoro June 23, 2014 at 8:58 pmHi Brian,
Well, that has to do with the customisation. The services grid on the home page is not prepared to have different rows. You can solve that problem by using some custom CSS in order to set a minimum height for each item.
#home-service li{ min-height: 335px; }
Please take into consideration following the best practices when adding custom CSS: http://nicethemeswp.com/support/theme-docs/paeon/#custom-css
That way you’ll avoid problems when updating the theme.
Best,
Juan.
You must be logged in to reply to this topic.