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 #2521166
Padding
Closed

Comments

  •  1
    5against4 started the conversation

    Hi - how to change the vertical padding at the top/bottom of a blog post - and also above/below the footer logo? (see screenshot)

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body:not(.home) #header{ margin-bottom: 30px; }
    .single .post{ margin-bottom: 0; }
    .footer-logo-copyright.footer-not-gotop{ padding-top: 20px; }
    #footer-logo{ margin-bottom: 20px; }

    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Perfect! Thanks so much!