Notifications
Clear all

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

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

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

I have this code currently in the styles-custom css

They have big spaces on the sides and id like to make the white background the same colour as the page

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

Http://unitedstudy.co.uk/china-esl-forum/

 

The source forum that i don't really want but the solution to not being able to have 2 separate forums currently.

http://unitedstudy.co.uk/esl-forums/

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

@dallaz

Please move out wpForo shortcode from <blockquote> s. The whole forum is loaded in <blockquote></blockquote>. Just edit the forum page and remove blockquote. This will fix the with line on the left side of forum.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago
Posted by: @dallaz

I have this code currently in the styles-custom css

They have big spaces on the sides and id like to make the white background the same colour as the page

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

Http://unitedstudy.co.uk/china-esl-forum/

All your pages have the same width and side padding. This is your theme design. Check theme options and page templates on the right side of edit page screen. Maybe this theme has a wider template. You can contact to the theme developer for page template customization.

1 Reply
(@dallaz)
Joined: 5 years ago

Trusted Member
Posts: 55

@robert

hi,

 

the code

#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;
}

 

by "move out" the short code blockquote did you mean just to delete it? like

 

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

.entry-content >

{
padding: 0 !important;
margin: 0 !important;
border: none !important;
}

 

as i did not see it change

 

Also only my south korea forum has a white bar on the left side. im not sure why. it does not exist on the source forum or the other

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

Page 2 / 2