Log in

View Full Version : Remove Spacing Between Top of Page and Logo


imnotanoob
04-14-2014, 04:31 AM
https://vborg.vbsupport.ru/external/2014/04/26.png

That black space on the top, how do I do it?

ForceHSS
04-14-2014, 04:19 PM
Remove this from your additonal.css

.doc_header {
height: 154px;
}

Seven Skins
04-15-2014, 09:34 AM
Add this to the bottom of additional.css

.doc_header {
height: 100px !important;
}
.logoWrap {
top: 15px !important;
}