How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,007
Views
Jul 03, 2019 2:19 am
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
Jul 03, 2019 1:20 pm
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.
Jul 03, 2019 4:05 pm
Thanks a lot! It seems to be ok now. Please mark it as resolved.
Have a nice and wonderful day!
Warmest Regards
BM