Tagged: categories, CSS, titles
Hi,
My post title displays thecategories *above* the title
and I’d like the categories to be shown below the title, both for the Single Post (above) and the Category grid entry shown below:
Is it possible to do this with a copy of the relevant template/php file in the Child Theme, so it doesn’t get overwritten?
Thanks
Simon
Hey Simon,
Thanks for the screenshots. It might be possible with some CSS, could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Done with a private link – I’ll update this with the finished page when we’re live.
Hi Simon,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.html_elegant-blog #top .post-entry .minor-meta {
position: absolute;
top: 35px;
min-width: 95%;
}
Best regards,
Rikard
Thanks very much!
best
Simon