-
Author
-
May 7, 2015 at 03:27 #57671joyParticipant
How can I get the layout – specifically the freshness section to be the way BBpress is built? The way it’s done with Kleo provides for very poor formatting between screen sizes. I would like the freshness label to be above the author. Please help.
Attachments:
You must be logged in to view attached files.May 11, 2015 at 03:06 #58283AndreiModeratorHi,
Hi, the listing you’re showing us is just the default bbPress one and it doesn’t get inline with our overall design, even if the listings are pretty much the same, they put an accent on the table style, which is pretty old.
Starting from the following css selectors you can style the section by your own desire.
“#bbpress-forums li.bbp-body li.bbp-topic-freshness a” – for topic listing – date
“#bbpress-forums li.bbp-body li.bbp-topic-freshness p” – for topic listing – author
“#bbpress-forums li.bbp-body li.bbp-forum-freshness a” – for forum listing – date
“#bbpress-forums li.bbp-body li.bbp-forum-freshness p” – for forum listing – authorCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 12, 2015 at 11:38 #58461joyParticipantNot sure that I follow you. But I’ll give these a try. Thank you very much.
May 12, 2015 at 12:20 #58464joyParticipantHello, I have some CSS that I used to fix the mobile view. Since the same properties apply I used it for the global as well. However, it’s inconsistent and my margins are funny. The first two topics look fine, but as you scroll, you can see the layout isn’t displaying the same way. Any ideas?
COPY CODE#bbpress-forums li.bbp-body li.bbp-forum-freshness, #bbpress-forums li.bbp-body li.bbp-topic-freshness { color: #bbb; font-size: 12px; text-align: right; padding-top: 30px; font-weight: 700; } #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta, #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta { display: inline; margin-top: -70px; float: right; } #bbpress-forums li.bbp-body li.bbp-forum-freshness a, #bbpress-forums li.bbp-body li.bbp-topic-freshness a { line-height: 0px; margin-top: 15px; }
May 12, 2015 at 12:22 #58465joyParticipantUploaded wrong file. He is a screenshot.
Attachments:
You must be logged in to view attached files.May 15, 2015 at 03:58 #58839AndreiModeratorCan you please provide me an url to your page so I can see until where have you reached with this modifications and what’s not working ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.