hi guys,
can someone tell me how to get rid of the white space between my header image and the text below and the space between the text and the boxes below that,
thanks guys
http://www.jamesknightpersonaltraining.com
#gkHeader.nobg {
min-height: 581px;
}
#gkBottom1, #gkBottom3 {
background: #F5F5F5;
}
.gkFeatures > a {
-moz-box-sizing: border-box;
background: #FFFFFF;
.gkFeatures > a:hover {
background:#EB592A;
}
images/style1/gk_rocket.png
images/style1/gk_badge.png
images/style1/gk_mouse.png
images/style1/gk_piggy.png
.gkPage div.box.bigspaces {
padding: 110px 0 90px !important;
}
.gkPage div.box.mediumspaces {
padding: 80px 0 60px !important;
}
.gkPage div.box.smallspaces {
padding: 50px 0 30px !important;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
.gkPage div.box.bigspaces {
padding: 110px 0 90px !important;
}
.gkPage div.box.mediumspaces {
padding: 80px 0 60px !important;
}
.gkPage div.box.smallspaces {
padding: 50px 0 30px !important;
}
and reduce values to fit your needs.