Notifications
Clear all

wpForo 1.x.x [Solved] Layout width

8 Posts
2 Users
0 Reactions
1,154 Views
Posts: 14
 Read
Topic starter
(@read)
Active Member
Joined: 3 years ago

Hi! Please help me. The forum is great!) But I ran into a problem, the fact is that the width of the layout is not enough( on your forum, there is little space on the edges and it looks great, but I have a lot of space on the edges and it is not beautiful. Tell me what I should do? The forum is installed on the Astra free theme, the default layout width is 1200px. Change the subject? which one? Help please...

Topic Tags
7 Replies
Posts: 14
 Read
Topic starter
(@read)
Active Member
Joined: 3 years ago

Layout width

6 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@read,

Please leave your forum URL. 

 Read
(@read)
Joined: 3 years ago

Active Member
Posts: 14
Автор: @sofy

@читать,

Пожалуйста, оставьте URL вашего форума. 

https://forum.readcity.ru/

Ок) Сразу не догадался, но как видно на макете последняя буква пропадает

What I wanted was to increase the width of the forum workspace and reduce the width of the sidebar

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@read,

Use this CSS code: 

.elementor-104 .elementor-element.elementor-element-1eb97961>.elementor-container, .ast-container {
max-width: 100% !important;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@read,

Then use this CSS code: 

#wpforo #wpforo-wrap .wpforo-right-sidebar {
width: 20%;
}
#wpforo #wpforo-wrap .wpforo-content {
width: 78%;
}

The red marked value can be changed as you like. 

 Read
(@read)
Joined: 3 years ago

Active Member
Posts: 14

@sofy

Unfortunately, no changes, everything is done according to the instructions and the cache is reset twice. Tell me where and I will send you the address of the admin panel and the password.

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@read,

reset minified files as well.