Notifications
Clear all

wpForo 1.x.x [Solved] How to draw a line between forum and sidebar?

3 Posts
2 Users
0 Reactions
687 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 6 years ago

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
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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. 

 

1 Reply
(@berndg)
Joined: 6 years ago

Reputable Member
Posts: 243

@sofy

Thanks for the quick response, works perfectly!