Home Forums Pro Themes Signify Pro White space between header and navbar where the title is

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #136718
    Shanelle Gorham
    Participant

    I am trying to use CSS to remove the white space between the header and navbar where the title use to be. Is there some way that this can be done? No CSS code I used worked. It is happening on the following 2 links.

    https://joerivello.com/background/

    https://joerivello.com/contact/

    #136812
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the large gapping between content and menu.

    .page .site-content>.wrapper {
        padding: 0px;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

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