Extra padding breaking home page bottom1 boxes

GK User
Wed Jan 06, 2016 7:04 pm
I cannot find why there is padding on top of the first box and not the other two. My site is http://www.protoolstraining.com

The offending boxes are the three with an orange line around them (Featured Programs, Audio Engineering Learn Music Production). The first box has a 12 px top padding that I cannot find anywhere.

Any help is appreciated.

Barbara
User avatar
Junior Boarder

teitbite
Fri Jan 08, 2016 8:57 pm
Hi

Padding on top of this boxes is coming from H5 header. Remove it by adding this code to css:

Code: Select all
#gkBottom1 h5 { padding-top: 0; }
User avatar
Moderator


cron