Notifications
Clear all

wpForo 1.x.x [Closed] layout and design

4 Posts
2 Users
0 Likes
2,837 Views
Ej.
Posts: 58
 Ej.
Topic starter
(@roundcube)
Trusted Member
Joined: 7 years ago

Hello all,
Would it be possible to make small fixes for the layout / design of the: voice + answer boxes?
This because it does not look so smooth ... 
And the text is pressed against each other

https://zeilmaatje.nl/zeilforum/qa-how-to-troubleshooting/

Greets,

3 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

This is not wpForo design. I think you've done some customization or this is a theme conflict. The real wpForo design looks like this:

https://wpforo.com/community/qa-layout-how-to-and-troubleshooting/

Please rever back all customization. Make sure you don't have old wpForo template files in WordPress active theme directory.

 

 

Ej.
Posts: 58
 Ej.
Topic starter
(@roundcube)
Trusted Member
Joined: 7 years ago

Which CSS of the theme is affecting it? We could see all of the CSS code is coming via that plugin.
No theme CSS code is seen at all.

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

If it doesn't look like as the original design here then something affects/conflicts with wpForo style. This maybe a plugin CSS too. There is a .count class in your theme too. Put this css code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea to stop this conflict. Don't forget delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .count {
float: none;
font-size: 18px;
padding: 2px 3px 0px 3px;
}