After theme and wp update my bbpress layout is little bit broken. Any idea how to get number of messages and freshness to same line?
Problem is only bigger screen mode, smaller one looks good.
– mika –
Hey FotomanKy!
Please add following code to Quick CSS
li.bbp-forum-freshness, li.bbp-topic-freshness {
width: 10%;
}
Regards,
Yigit
Thanks, it works!