Notifications
Clear all

wpForo 1.x.x [Closed] This is very annoying size of forums is very very small. help me

7 Posts
2 Users
0 Reactions
639 Views
Posts: 4
Topic starter
(@shreyas)
Active Member
Joined: 2 years ago
Topic Tags
6 Replies
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@shreyas

is formatted with variable values in the in the CSS

.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
 --double-padding:calc(var(--go-block--padding--x)*2);
 max-width:var(--go--max-width);
 width:calc(100% - var(--double-padding));
}

so you can change this in the settings of your Go Theme

5 Replies
(@shreyas)
Joined: 2 years ago

Active Member
Posts: 4

@tutrix in style.php ?

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@shreyas 

no, in your theme settings

(@shreyas)
Joined: 2 years ago

Active Member
Posts: 4
(@shreyas)
Joined: 2 years ago

Active Member
Posts: 4

@tutrix I have paste in additional css and published it is small now also

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@shreyas 

you should not paste this code again

at in the theme settings a different width for the content
ask the theme author if you don't know how to do that