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.

 

Border-left

12 Posts
3 Users
3 Reactions
1,304 Views
Posts: 7
(@chancy426)
Active Member
Joined: 2 years ago

@tutrix Hi, I want to ask question regarding this as well. Can I remove the left border? I don't want it to show. How do I do that via CSS? Thank you very much!

 

Reply
1 Reply
 guts
(@guts)
Joined: 2 years ago

Trusted Member
Posts: 51

@chancy426 

WPForo => Forums => Edit the forum => Adjust the color on the right.

You can choose the same color as your background or experiment with this hexadecimal color #00FFFFFF (transparent).

Reply
Posts: 51
 guts
Topic starter
(@guts)
Trusted Member
Joined: 2 years ago

I've figured it out...
I added the left border + the node icon on mobile by including this code:

I also adjusted the CSS a bit by adding a margin between the node icon and the border, as well as between the block containing the title.

Adjust as needed based on your theme. On the right side, I reduced the font size and modified the calculation for the width...

@media screen and (max-width: 620px) {
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {
display: block !important;
}
}
Reply
Page 2 / 2