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 #2974031
adjust post padding
Closed

Comments

  • jijiart started the conversation

    I would like to adjust the space next to the article, what should I do? The space next to the article is large when viewed from a smartphone, so I want to reduce it.

  •  2,492
    PenciDesign replied

    Hi,

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

    body {
        padding: 0 !important;
    }

    Regards,
    PenciDesign.



  • jijiart replied

    Hi It solved! Thank you very much!!!!