the content of post is no margin both sides in mobile with mobile theme

Posted in: Newspaper
Post count: 25

When I create a post with WPBakery, the contents of those posts will no margin both sides on the phone with Mobile Theme, but if I use the classic editor, there will be. How can I solve it? Thank you

The normal post with classic editor: https://www.demibaguette.com/dates-de-soldes-ete-2019.html
its screenshot: https://i.loli.net/2019/04/26/5cc23ac206c16.jpg

The anormal post with WPBakery: https://www.demibaguette.com/pass-partenaires-carte-cadeau.html
its screenshot: https://i.loli.net/2019/04/26/5cc23ac1eecde.jpg

  • This topic was modified 7 years by dwzrlp.
  • This topic was modified 7 years by dwzrlp.
  • This topic was modified 7 years by dwzrlp.
Post count: 35449

Hi,

You can add a custom css in Theme panel>Custom code>Advance > Phones ->
.td-container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}

This will set a padding to all content.

Thank you!

Post count: 25

Still useless, it doesn’t matter, I decided to give up WPBakery.Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.