No margins for text in mobile theme

Posted in: Newspaper
Post count: 10

I recently applied the mobile theme plugin to my website and notice that the text of my posts goes from screen edge to screen edge, without any padding, which looks really weird. How do I fix this?

Post count: 20688

That is unusual, there should be a padding left and right set for the content. Please provide a link to your website so we can inspect it on mobile.

Thanks

Post count: 10

The link is https://tabesuki.com/. If you go to any article you should be able to see the lack of padding. Thanks.

Post count: 20688

You are using Visual composer on posts, that is why the post content is displaying like that. The composer is removing that default padding set for default post content created normally. I could give you a code to fix this
https://www.screencast.com/t/vE5H2gXVR
Enter the code in Theme panel->Mobile theme->Custom CSS section

.td-post-content .vc_row {
margin-left: 0;
margin-right: 0;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.