Notifications
Clear all

wpForo 1.x.x [Closed] Forum widths not equal

14 Posts
3 Users
0 Likes
1,737 Views
Posts: 55
Topic starter
(@dallaz)
Trusted Member
Joined: 4 years ago

I made 2 separate pages but they are different width. I wan them the same as my source forum.

http://unitedstudy.co.uk/forum/ (source forum)

http://unitedstudy.co.uk/china-forum/

http://unitedstudy.co.uk/esl-forums/south-korea-esl-forum/

13 Replies
Sofy
Posts: 4198
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @dallaz,

Have you enabled the option mentioned in this support topic:

https://wpforo.com/community/how-to-and-troubleshooting-2/header-sticky-does-not-stick-properly/

Posts: 55
Topic starter
(@dallaz)
Trusted Member
Joined: 4 years ago
Posts: 55
Topic starter
(@dallaz)
Trusted Member
Joined: 4 years ago

Is there any help?

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4198

@dallaz,

The issue mostly comes from your active theme. Please navigate the Dashboard > Forums > Settings > Styles admin page, put the CSS code below in "Custom CSS code" textarea, save it, delete all caches and check again. The issue should be solved.

div#content {
width: 100% !important;
max-width: 99% !important;
}

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

Posts: 55
Topic starter
(@dallaz)
Trusted Member
Joined: 4 years ago

#wpforo #wpforo-wrap .wpforo-content.wpfrt {
padding: 2px !important;
}

div#content {
width: 100% !important;
max-width: 99% !important;
}

I added the css in but unfortunately they're still not the same and also not equally spaced on both sides.

 

 

4 Replies
(@dallaz)
Joined: 4 years ago

Trusted Member
Posts: 55

could i have some help with this please?

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

Support Team
Posts: 4198

@dallaz,

Please try the following CSS code, it should solve the issue:

.entry-content > blockquote {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

(@dallaz)
Joined: 4 years ago

Trusted Member
Posts: 55

@sofy

hi,

 

Thank you. i have the code inserted but it seems like it looks the same

#wpforo #wpforo-wrap {
font-size: 16px; width: 100%; padding:3px 2px; margin:3px;
}

.entry-content > blockquote {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}

 

 

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

Support Team
Posts: 4198

@dallaz,

Please read Robert's answers: 

https://wpforo.com/community/how-to-and-troubleshooting-2/forum-widths-not-equal/paged/2/#post-32734

Page 1 / 2