2 replies [Last post]
wimkui
wimkui's picture
Offline
newbie
Last seen: 9 years 7 weeks ago
Timezone: GMT+2
Joined: 2013-12-15
Posts: 6
Points: 9

Dear all,

We are busy creating a website. We are using Wordpress and the theme is Pinboard. What we like to know if there is a possibility to change the position of the page in relation to the top of the website. Because we are new with Wordpress it's a bit difficult to explain what we want but I included some pictures so it's more clear.

The first picture (cssquestion1.jpg) shows the current website, the background of the website is a picture of mountains (see www.wensinbeeld.nl also )

What we want is to lower the position of the page so that the background picture of the mountain is visible also at the top of the page (see cssquestion2.jpg)

I hope somebody can help us, thanks in advance,

Kind regards, Wim

AttachmentSize
cssquestion1.jpg418.45 KB
cssquestion2.jpg595.26 KB
Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 3 weeks 3 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

Hi wimkui, You could use

Hi wimkui,
You could use margin-top on the #wrapper to position the page.

Something like:

#wrapper{
  margin-top:200px;
}

wimkui
wimkui's picture
Offline
newbie
Last seen: 9 years 7 weeks ago
Timezone: GMT+2
Joined: 2013-12-15
Posts: 6
Points: 9

Many many, thanks

Dear Tony,

I like to thank you for your solution. It is working great.

Kind regards,

Wim