Notifications
Clear all

wpForo 1.x.x [Solved] Alignment issue in mobile view

6 Posts
2 Users
0 Likes
956 Views
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 5 years ago

Hi

Could you please let me know how to resolve the alignment issue( highlighted in red) in the mobile view? The alignment has no issues on desktop view.

URL: https://kriyayogajagat.com/community/the-mahamudra-kriya-in-kriya-yoga/physiological-benefits-of-mahamudra-kriya/

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

Hi @dhyanakendra,

Please add the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, and check again: 

@media screen and (max-width: 800px){
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-head {
margin-top: -130px !important;
}
}

Please don't forget to delete all caches before checking. 

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

Hi

Still the same issue even after putting the above CSS.

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

All caches also cleared.

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

Support Team
Posts: 4309

@dhyanakendra,

Have you deleted all minify and optimizer plugin caches. As far as I see, you're using the WP Rocket plugin.

https://docs.wp-rocket.me/article/53-clear-wp-rocket-cache

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

Thank you so much!.

I had put the CSS code in Simple CSS instead of following your directions. Now the issue has been resolved. Than you again for your extended support.