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
Attachment | Size |
---|---|
cssquestion1.jpg | 418.45 KB |
cssquestion2.jpg | 595.26 KB |
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; }
Many many, thanks
Dear Tony,
I like to thank you for your solution. It is working great.
Kind regards,
Wim