一些主题样式帮助

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 个赞

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 个赞

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

Thanks

2 个赞

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