Notifications
Clear all

[Closed] Resizing of the image of the forum

7 Posts
3 Users
1 Likes
794 Views
Posts: 4
Topic starter
(@raybriels)
Active Member
Joined: 4 years ago

I have downloaded the plugin of WPforo because i liked it better then plugin Asgaros, but one big problem that I could not solve, because I'm new with this, is that the forum did not resize automaticaly and Asgaros adjusted the image to the size of the display and still looked good. I made a picture of my problem so you can see what I mean.  In the line Forum Reacties Weergaven Users Datum and de line Onderwerpen Berichten the words Reacties, Weergaven, Onderwerpen and Berichten are divided over two lines and that is realy ugly and looks slopy, but I could not find a setting where I could fix this. I hope that there is a simple solution for this, but as I said I'm quite new this,  so I hope that some of you can help me with this.

 

Thank you in advance!

 

With regards,

 

Ray

6 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @raybriels,

Please leave the example URL to allow us to check it.

5 Replies
(@raybriels)
Joined: 4 years ago

Active Member
Posts: 4

Hi Alvina,

 

I have added wpforo as second forum to the side and beside the things a mentioned above i also noticed that onderwerpen en berichten under forum statistieken is correct aligned in the center. now you can see what i wrote above.

 

url: www.coronaviruswereldwijd.nl

 

with regards,

 

 

ray

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1212

@raybriels

use full width template for the forum without sidebar

see attachment

 

(@raybriels)
Joined: 4 years ago

Active Member
Posts: 4

is this a setting in wpforo? or do i have to delete the sidebars?

 

with regards,

 

 

ray

Alvina
Moderator
(@alvina)
Joined: 4 years ago

Member
Posts: 1869

@raybriels,

As I see the wpForo is deactivated on your website.

However, you can activate the plugin and try to use the following CSS code, it should solve the issue:

#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-posts {
width: 9% !important;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-views {
width: 10% !important;
}
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts {
width: 10% !important;
}
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics {
width: 14% !important;
}
#wpforo #wpforo-wrap .wpfl-1 .cat-title {
width: 76% !important;
}

The following CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

(@raybriels)
Joined: 4 years ago

Active Member
Posts: 4

Hi Alvina,

 

Thank you for your reply.

 

I shall try it.

 

with regards,

 

Ray