How-to and Troubleshooting
6
Posts
2
Users
0
Reactions
1,081
Views
May 09, 2019 5:03 pm
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.
5 Replies
May 10, 2019 8:07 am
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.
May 10, 2019 12:54 pm
Hi
Still the same issue even after putting the above CSS.
May 10, 2019 12:56 pm
All caches also cleared.
May 10, 2019 4:58 pm
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.