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 #1900069
Headers
Closed

Comments

  • dcavaree7 started the conversation

    I have a gab under the header on pages. I want to get rid of that gab so My first picture is touching the header.
    It works on the blog post just not the pages.
    Can you help?

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me URL for the page you have this issue?


    Best Regards,

    PenciDesign

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    body.page-id-1896 #header{ margin-bottom: 0; }

    If you want to do the same thing with another page, let's add more the code above and change number  1896 to the page ID you want to do that. Check this guide to know how to find ID of a page/post.

    Example, if you want to do the same thing with another page has ID is 2500, you can add more this code:

    body.page-id-2500 #header{ margin-bottom: 0; }


    Best Regards,

    PenciDesign

  • dcavaree7 replied

    thank you! and how do I get rid of the footer space aswell https://droppsociety.com/about-us/

    ?

  •  2,699
    PenciDesign replied

    Hi,

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

    body.page-id-1896 .clear-footer{ display: none; }
    body.page-id-1896 article.page.type-page, body.page-id-1896 .post-entry.page-has-margin{ margin-bottom: 0; }
    

    Best Regards,

    PenciDesign

  • dcavaree7 replied

    Thank you!
    And one more thing. How Do i remove the top padding above the revolution slider on the homepage

    https://droppsociety.com/

  •  2,699
    PenciDesign replied

    Hi,

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

    body.home .featured-area{ margin-top: -60px; }

    Best Regards,

    PenciDesign