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 #3684937
Lay-out
Closed

Comments

  • Charelle started the conversation

    Hi!

    I'm using Soledad with Elementor. At the bottom of the page, above the footer, there's a white space I can't seem to get rid off. I already got support from Elementor and we tried everything, but apparently it's in the theme. Can you help me remove the white space? Thank you!

  •  2,540
    PenciDesign replied

    Hi,

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

    .post-entry,
    article.page.type-page {
      margin-bottom: 0;
    }

    Regards,
    PenciDesign.



  • ccharell replied

    Amazing! Thank you!