Some Theme Styling help

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

1 Like

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;
    }
}
5 Likes

Sure i tried this but must have had my css wrong :smiley: been a long time since i was coding anything.

Thanks

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.