Reduce amount of space around page header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1005985
    James Woods
    Participant

    Hi, I’d like to reduce the amount of space above and below the title at the top of the page. The “Contact Us” page is an example of the spacing that I would like to reduce around the page title text.

    Thanks

    #1006009
    Andre Flores
    Moderator

    Hello, James!

    Add the following code under Appearance ->Customize ->Additional CSS:

    body.single .site-main .entry-header, body.page .site-main .entry-header {
    	margin: 0 0 3.75rem;
    }
    body .site-main {
    	padding-top: 5rem;
    }

    Reduce 3.75rem and 5rem values to the desired ones to reduce the bottom and header space around the title respectively.

    Regards,
    Andre

    #1006142
    James Woods
    Participant

    Thank you Andre. I’ll give it a try.

    #1006448
    Andre Flores
    Moderator

    Hello, James!

    You are most welcome. It would be also much appreciated if you leave your positive feedback about the Aquentro theme at: https://motopress.com/products/aquentro/#reviews.

    Thank you in advance.

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.