Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2836708
Padding in single blogpost on mobile
Closed

Comments

  • yossivibe started the conversation

    Hi,

    The text in the blog posts is very close to the edges, I can't find a way to add padding on the sides so it won't be like that. it's also happening in the related posts area. 2 pictures attached + a link to show as an example (please look on mobile).

    https://may-wellness.co.il/healthy-nutrition/delayed-results/

    I couldn't find an answer in the documentation or in articles, please advise :)

    Thanks!

  •  2,493
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    Regards,
    PenciDesign.


  • yossivibe replied

    Thank you! it worked :)