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 [Closed] Problem with CSS/Padding

2 Posts
2 Users
0 Reactions
709 Views
Posts: 1
Topic starter
(@amc4794)
New Member
Joined: 5 years ago

It might be an issue with the theme I'm using but when I add the forum to my page using the shortcode, it is shifted to the left instead of being center. Please help! thank you. URL is below and also included screenshot

 

https://www.doc.gold.ac.uk/~acast006/mux_final_project/index.php/sample-page/

1 Reply
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @amc4794,

Please try the following CSS code:

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: none !important;
}
#wpforo #wpforo-wrap .wpforo-main {
padding: 0 3%;
}
#wpforo #wpforo-wrap .wpforo-subtop {
padding: 0 3%;
}

The CSS code should be added in the Dashboard > Forum,s > Settings > Styles admin page, "Custom CSS Code" textarea.

In any case, please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.