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 [Solved] Padding issue in Simple Layout (mobile view)

3 Posts
2 Users
1 Reactions
1,128 Views
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 6 years ago

Hi

I am having padding issues when using Simple Layout (only in mobile view). The post content seems to have shifted to the right. Could you please have a look and provide me with a solution?

https://kriyayogajagat.com/community/forum-guidelines-rules-policy/forum-guidelines/

Thanks!

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

Hi @dhyanakendra,

Please watch the following video: https://www.screencast.com/t/FDBNosQ6PXa

The CSS code to fix the issue is provided below:

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
margin-left: 190px;
}

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
margin-left: 0 !important;
}
}

Don't forget to delete all caches before checking. Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 6 years ago

Thanks a lot! It seems to be ok now. Please mark it as resolved.

Have a nice and wonderful day!

Warmest Regards

BM