NiceThemesSecond row of services looks poor – NiceThemes http://nicethemeswp.com/forums/topic/second-row-of-services-looks-poor/feed/ Wed, 23 Apr 2025 14:47:04 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/second-row-of-services-looks-poor/#post-3574 <![CDATA[Second row of services looks poor]]> http://nicethemeswp.com/forums/topic/second-row-of-services-looks-poor/#post-3574 Tue, 25 Feb 2014 15:14:37 +0000 psluja Hi!

I would like to add another row of services to the home page. But after change in template-home.php ‘posts_per_page’ => 8 it looks bad.

Am I doing something wrong? Can you check it out?

Best regards.

Piotr Słuja

]]>
http://nicethemeswp.com/forums/topic/second-row-of-services-looks-poor/#post-3575 <![CDATA[Reply To: Second row of services looks poor]]> http://nicethemeswp.com/forums/topic/second-row-of-services-looks-poor/#post-3575 Tue, 25 Feb 2014 16:58:59 +0000 Juanfra Aldasoro Hi Piotr,

Thanks for writing.

The theme is not prepared to have two rows, that’s why we didn’t include that feature.

You can solve your problem by setting a min height to the li items of the home service grid.

For example:

.service-grid-four-col li{
    min-height: 320px;
}

Best,
Juan.

]]>