Hi,
How do I remove the blank space above the logo?
It wasn’t there before, but when I removed Google Maps down the page, it appeared with blank space in the top.
Link: http://clue.dk
Hey Xperten!
You are using Blank page template on your page and on blank template, content is middle aligned. You can add following code to Quick CSS in Enfold theme options under General Styling tab to make it top aligned
#top.avia-blank #wrap_all {
vertical-align: top;
}
Regards,
Yigit