i want to obtain a styling like this here in our forum.
my bbpress search result page looks in that way like the single Topic style here but my single topic style looks ugly
how can i manage it.
Searchresultpage:
Singletopics page:
Hey!
Please add following code to Quick CSS
.bbp-reply-content {
border-radius: 2px;
border-style: solid;
border-width: 1px;
margin-left: 0 !important;
margin-right: 0 !important;
min-height: 68px;
overflow: hidden;
padding: 7px 20px !important;
position: relative;
text-align: left;
}
Regards,
Yigit
i got it!
forum options are nested : and this was the error