Notifications
Clear all

wpForo 1.x.x [Closed] Make Response Profile Box Smaller

2 Posts
2 Users
1 Likes
946 Views
Posts: 2
Topic starter
(@optiontendies)
New Member
Joined: 4 years ago

My Q&A profile is too large. I understand its probably a theme issue but any help would be appreciated. I was also wondering if there is a way to NOT make my forum full width - I have to use Elementor Full Width so it includes header/footer.

https://optiontendies.com/community/daily-trades/trades-for-july-15-2020/#post-11

1 Reply
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @optiontendies,

You can use this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and refresh to forum home page:

#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data {
     width: 35%;
}