Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Layout width

8 Posts
2 Users
0 Reactions
1,456 Views
Posts: 14
 Read
Topic starter
(@read)
Active Member
Joined: 5 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: 5 years ago

Layout width

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

Support Team
Posts: 5483

@read,

Please leave your forum URL. 

 Read
(@read)
Joined: 5 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: 8 years ago

Support Team
Posts: 5483

@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: 8 years ago

Support Team
Posts: 5483

@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: 5 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: 8 years ago

Support Team
Posts: 5483

@read,

reset minified files as well.