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.