ThemeForest

Surplus - Minimal Responsive Business WP Theme

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hello,

Surplus is a great site!

I had one problem that I hope somebody could give me a helping hand with. This has to do with getting 8 portfolio items on the frontpage. For some reason, it creates white space between these items and cannot get rid of these. I am referring here to this site: http://www.mattipohjonen.com/demosite/

Any tips about what might be the issue?

Matti

WPExplorer

Hi Matti,

The white space is due to the fact that your images are not all the same sizes. Some featured images might be too small. You can clear your divs using a little CSS (this will be added in the next future update).

#home-portfolio .portfolio-item:nth-child(4n+5) { clear: both; }

You can paste this at the end of your style.css file.

by
by
by
by
by