| User | Post |
|
8:21 am April 21, 2009
| joriley
| | |
| New Member | posts 2 | |
|
|
Hi,
I don't want to display the date and time when I post to my blog and so have worked out how to remove this from my blog posts.
However, when I do this all my posts have a large space between the post or page title and the post content. Is there any way of adjusting the spacing?
Thanks, John Riley
|
|
|
7:44 pm April 21, 2009
| dianaf86
| | |
| Member | posts 3 | |
|
|
I came here to ask the same exact question. Any answer would be much appreciated. Thanks!
|
|
|
6:42 am April 23, 2009
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
There is a built in option in the theme for turning off the metadata line that includes the date and time. Look for "Display post date, time and comments link" under the post options. Just select no.
|
|
|
6:53 am April 23, 2009
| joriley
| | |
| New Member | posts 2 | |
|
|
Thanks Ryan for the response.
However, I did use the option in the theme to turn off the date and time and that worked fine. The only problem I have is that this leaves a large blank space between the title and the content of the post and I was wondering whether there was some way in this theme to reduce the blank space to make the post look better ?
Regards, John
|
|
|
7:28 am April 23, 2009
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
The space is there to allow for some spacing under the title underline. When you remove the date line, it moves the post up, but if you removed the underline on your titles, it may look like a lot of space. You can remove some of the space by adding this at the bottom of your style.php file:
.posthead h1 {padding-bottom:0px;} #content .postcontent {padding-top:0px;}
|
|