I thought this would be an easy thing to do but am either too tired or just cant work it out.
Trying to change the post top area from this.
to this … (just a mock-up)
Any ideas or pointing in the correct direction is appreciated
Thanks
Reax
If I see this correctly, the red boxes are categories and subcategories, and you want to separate them from the tags.
The easiest way seems to be something like this:
#topic-title .topic-category {
display: block;
.topic-header-extra {
display: block;
}
}
Sure i tried this but must have had my css wrong
been a long time since i was coding anything.
Thanks