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.

 

[Solved] my forum integration alignment is off centre

6 Posts
2 Users
0 Reactions
1,512 Views
Posts: 55
Topic starter
(@dallaz)
Trusted Member
Joined: 6 years ago

I use elementor if that matters but didn't have issues on other parts of the site.

It won't go in the middle

Topic Tags
5 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @dallaz

Please leave some example URL to allow us to check it. 

3 Replies
(@dallaz)
Joined: 6 years ago

Trusted Member
Posts: 55

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

@sofy

As you can see it's uneven on left and right and my header is missing too

 

(@dallaz)
Joined: 6 years ago

Trusted Member
Posts: 55

@sofy

I will be happy to review but do you know a solution to the alignment issue?

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

Support Team
Posts: 5483

@dallaz,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again. It should work fine. 

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

The red marked value can be changed as you like. 

Please try on incognito mode because mobile browsers have a hard cache.

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

Thank you so much!