Notifications
Clear all

wpForo 1.x.x [Closed] Layout width doesn't work

11 Posts
2 Users
0 Reactions
1,049 Views
Posts: 14
 Read
Topic starter
(@read)
Active Member
Joined: 4 years ago

I don't understand what the problem is... The caching plugins were removed, the settings were reset - the new code was installed as suggested, it worked on the main page, but on the forum page in no way. I've already tried everything, he doesn't want to work. https://forum.readcity.ru/

#wpforo-wrap {
font-size: 16px; width: 100%; padding:11px 0; margin:0px;
}
.elementor-104 .elementor-element.elementor-element-1eb97961>.elementor-container, .ast-container {
max-width: 100% !important;
}
#wpforo # wpforo-wrap .wpforo-right-sidebar {
width: 20 %;
}
#wpforo # wpforo-wrap .wpforo-content {
ширина: 78 %;
}

10 Replies
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@read,

wpForo is currently deactivated. For further support please reactivate it and let us know. 

1 Reply
 Read
(@read)
Joined: 4 years ago

Active Member
Posts: 14
Posts: 14
 Read
Topic starter
(@read)
Active Member
Joined: 4 years ago

Good afternoon, I activated everything, I deleted it and put it again.A strange pattern, if the forum is set as the main one, then the width works, but when as now, nothing changes.

https://forum.readcity.ru/community/

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

Support Team
Posts: 4900

@read,

Watch the video below: https://www.screencast.com/t/GbiG2SiCJliE

You should use the CSS code below: 

.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 97%;
}

 

 Read
(@read)
Joined: 4 years ago

Active Member
Posts: 14

@sofy

Ok..I really appreciate you wasting your time on me, but I'll try to explain. What you suggested does not change the situation, of course,BUT if you pay attention to the marked place with an arrow, then you will notice that there is no vohduh because on the right, moreover, the last letter is cut off, yesterday your code worked perfectly with both the width and the sidebar, now after all the manipulations nothing really changed. The working area of the forum is enlarged, but also compressed and yesterday's sidebar code does not work after resetting the mini and cache, tell me where and I will send you a username and password.

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

Support Team
Posts: 4900

@read,

No necessary to give the login details.

just use the CSS code:

#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts {
width: 10%;
}
#wpforo #wpforo-wrap .wpfl-1 .cat-title {
width: 61%;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts {
width: 10%;
}

Video: https://www.screencast.com/t/4sMTC78No5

 

 Read
(@read)
Joined: 4 years ago

Active Member
Posts: 14

@sofy

Предыдущий код удалять?

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

Support Team
Posts: 4900

@read,

If you want you can delete it. It depends on you. If you like a full-width forum of course you should not remove the previous code. 

 Read
(@read)
Joined: 4 years ago

Active Member
Posts: 14
Posted by: @sofy

@read,

No necessary to give the login details.

 

Это решило ситуацию, но тот код который вы мне вчера давали ,не изменяет ширину сайдбара

#wpforo # wpforo-wrap .wpforo-right-sidebar {
width: 20 %;
}
#wpforo # wpforo-wrap .wpforo-content {
ширина: 78 %;
}

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

Support Team
Posts: 4900

@read,

Please don't use the ширина word in the code. 

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