Notifications
Clear all

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.

 

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

3 Posts
2 Users
0 Reactions
790 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 7 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 7 years ago

Reputable Member
Posts: 243

@sofy

Thanks for the quick response, works perfectly!