sbj
Well-known member
Hey,
so normaly if we use custom thread fields, they are displayed like this:
So I have 3 fields.
Birthyear: 1971
Birthplace: Washington
Instead, I want it to be displayed as:
Birthday: 25th January 1971
Birthplace: Washington
How can I display a field on the previous line/row? As you see 1971 is displayed on the same row as the first field.
I can use
I tried several stuff but can't get it to work.
Anyone has any idea?
Thanks.
so normaly if we use custom thread fields, they are displayed like this:
So I have 3 fields.
Birthday: 25th JanuaryBirthyear: 1971
Birthplace: Washington
Instead, I want it to be displayed as:
Birthday: 25th January 1971
Birthplace: Washington
How can I display a field on the previous line/row? As you see 1971 is displayed on the same row as the first field.
I can use
display:none
css selector to not show the title. But I can't get the value to display on the row above instead of its own row.I tried several stuff but can't get it to work.
Anyone has any idea?
Thanks.