Blog date stamp blocks menu bar.
-
Hi, any help would be appreciated. I’m trying to work with a very simple template…a few static pages for informatio and one blog page to accomodate frequent posts. I have not really gotten up and running yet, still trying to work out visual kinks. I can’t figure out why the blog post date stamp falls directly on top of the menu bar on the Blog page. Can you help? Many thanks. See link here: http://lauraleesmith.com/blog/
The blog I need help with is: (visible only to logged in users)
-
I see what you mean and will have this thread moved to the Themes Forum where Themes Staff will assist you.
-
-
Thank you; could you advise how to edit this CSS?
.single-post-meta {
display:none;
}#site-description {
display:none;
} -
If you want to keep the site description hidden as you have created in your custom CSS try adding
.post-date { margin-top: 60px; }to your custom CSS. This was tested in Chrome 19 on Win7 so you might get slight variations in other configurations but should be close.
You can adjust the number 60 to higher/lower depending where you want the date to show up.
-
- The topic ‘Blog date stamp blocks menu bar.’ is closed to new replies.