Content Padding
He there,
i have some custom css:
#Header {
min-height: 213px!important;
background-color: #333333;
}
since the last update there is a white space between slider and header:
i´ve tried with this code in custom css but without results:
#content {
padding-top: 0px!important;
}
could you post me a possible solution for my homepage?
http://www.n-tu.de/
thanks in advance!
Martin
i have some custom css:
#Header {
min-height: 213px!important;
background-color: #333333;
}
since the last update there is a white space between slider and header:
i´ve tried with this code in custom css but without results:
#content {
padding-top: 0px!important;
}
could you post me a possible solution for my homepage?
http://www.n-tu.de/
thanks in advance!
Martin
Comments
it's because of content padding. To remove padding top, you must use below css:
http://www.n-tu.de/kostenanfrage/
http://www.n-tu.de/autovermietung/
how can i remove it only on homepage?