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.
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!
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.
Thanks a lot! It seems to be ok now. Please mark it as resolved.
Have a nice and wonderful day!
Warmest Regards
BM