Moving page upwards
-
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;
}
The topic ‘Moving page upwards’ is closed to new replies.