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 #3373084
header margin bottom
Closed

Comments

  • gidantrip started the conversation

    hot to remove 60 px margin bottom on page with header page title active?

  •  2,280
    PenciDesign replied

    Hi,

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

    body{
        --pchd-mg: 0;
    }

    Regards,
    PenciDesign.



  • gidantrip replied

    with this cose it changes on all website and not only in page

  •  2,280
    PenciDesign replied

    Hi,

    If you want to apply for the page only, please modify the CSS code:

    body.page{
        --pchd-mg: 0;
    }

    Regards,
    PenciDesign.