cricket
Member
Posted 8 years ago #
Can anyone tell me what is causing the exta space below the calendar on my site? I have looked and looked through the code and cannot find how to reduce the size of the space. Or, better yet, even out the spacing before and after the calendar? : - )
Cricket
http://www.blog.website-development-training.com/
Add this to your css:
#menu li#calendar {
margin-top: 20px;
}
That will drop the calendar down.
The 'empty space' under it is for month to month navigation.
cricket
Member
Posted 8 years ago #
Thanks you very much! I truly appreciate it!
Anonymous
Unregistered
Posted 8 years ago #
In a similar vein, my calendar shows an extra line of dead space within the border at the bottom of the box, I can't work out how to remove this?
http://www.petiteanglaise.com
It's meant to be there.
When you get to October, in the left of that area will appear "Sept" and as you go on, if someone goes to an archived page, on the left will be the previous month, on the right the next month so that visitors (or you) can navigate by month.
It just looks odd now as it's unfilled.
Anonymous
Unregistered
Posted 8 years ago #