Home Forums Pro Themes Signify Pro Remove Main Content Title and blank space

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178304
    Andrew Williamson
    Participant

    Hi website https://www.germcrazynewstrain.com/ using signify-pro dark. We want to remove the blank vertical space between the header and the menu and under the menu on the non home pages.

    This area under the menu has the content title (that will be switched off) but still leaves several lines of blank space.

    I understand by adjusting the theme.css file I can do this, where does this change need to be made?

    Thanks and regards.

    #178316
    Andrew Williamson
    Participant

    I have been through and removed the padding from lines 3895, 3896,9939 and 9954 and the result when in chrome inspect mode is what is wanted. But when not in inspect mode the white space comes back again.

    #178334
    Psink
    Keymaster

    @ALPHAJOMEGA, please add this CSS in the Additional CSS to adjust the space between the header and the content

    @media only screen and (min-width: 85.375em){
    body:not(.home).page .site-content > .wrapper {
    padding: 30px 30px;
    }
    }

    @media only screen and (min-width: 103.75em){
    .page .site-main .entry-header{
    margin-bottom: 30px;
    }
    }

    You can adjust the value of the margin and padding as per your requirement

    To add this CSS, please watch the screen record
    https://www.awesomescreenshot.com/video/7240473?key=c00164e73b7317bb29e1f7bf1e80e9f3

    #178344
    Andrew Williamson
    Participant

    Thanks that worked perfectly!

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