Whitespace issue on blog in general?
- The topic ‘Whitespace issue on blog in general?’ is closed to new replies.
Need help? Check out our Support site, then
On my Blog’s homepage, you will notice there is a huge amount of whitespace above the header.
I am using the default dimensions for the header but still is there anything we can do about this?
The blog I need help with is: (visible only to logged in users)
Hi there,
Thank you for your question. I’d be happy to help.
If you have the CSS upgrade from WP.com you could remove this with:
#top-pattern {
display: none;
}
Kind Regards
Cool thanks, this does work any way you can maintain some vertical height between the page and browser window at the top of the page. Like 10 pixels perhaps? My CSS is poor so I can’t suggest anything but I know how to do this in xaml lol
Try:
#top-pattern {
height: 10px;
}
Thanks again!
Cool beansz dude.
All good and working.