Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Sep 28, 2019 9:20 am
Hi,
I would like to draw a line between the forum part on our page and the sidebar on the right. Is there an easy way, for example with css?
Any hint is appreciated.
2 Replies
Sep 28, 2019 9:44 am
Hi @berndg,
Please see the screenshot below. I've shown what I understand, is it what you want?
If so you should use the following CSS code:
.wpforo-content {
border-right: 1px solid #271f1f !important;
padding-right: 13px !important;
}
Please change the red marked code before using.