Tue, 2010-09-14 10:06
Hi there
I am really struggling to work out where to edit the CSS to move my content and sidebar further down my website page. www.hotelsingloucestershire.net
Thanks in advance
Ben
Tue, 2010-09-14 10:33
#1
Hi Ben, In your css code, you
Hi Ben,
In your css code, you should change the padding bottom to a value in PX, for example:
#header {
padding-bottom:100px;
padding-top:2.2em;
}
Using em calculates the size depending on the font.
Wed, 2010-09-15 07:28
#2
i would like to ask if the
i would like to ask if the code here can be used both wordpress and blogger?