Hi guys,
On this website http://acupunctuurpraktijkutrecht.wordpress.com/
How can I move the whole page up so that you cannot see the background (leaves) at the top?
Daan
The blog I need help with is acupunctuurpraktijkutrecht.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi guys,
On this website http://acupunctuurpraktijkutrecht.wordpress.com/
How can I move the whole page up so that you cannot see the background (leaves) at the top?
Daan
The blog I need help with is acupunctuurpraktijkutrecht.wordpress.com.
This thread will be moved to the CSS Forum for you. There is where you get help with CSS editing.
Removing the top margin for the #page element will move the main content wrapper to the top of the page in the Twenty Eleven theme. Here is an example you can add to your Appearance → Custom Design → CSS editor:
#page {
margin-top: 0;
}
This topic has been closed to new replies.