AI Search
Classic Search
Notifications
Clear all
Sep 28, 2019 1:20 pm
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 1:44 pm
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.
