Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS : space between h2 and ul Re: CSS : space between h2 and ul

#116272
Watson90
Member

I have cleaned up your code a little and added a little of my own, here take a look;

http://codepen.io/Watson90/full/IwACk

Makes these changes in your CSS;

.img_showcase {
overflow: hidden;
}
Let me know if this is kinda what you’re after?