[Resolved] Reduce spacing under feature image

Home Forums Support [Resolved] Reduce spacing under feature image

Home Forums Support Reduce spacing under feature image

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #344004
    Gary

    How do I reduce the space below the feature image and the Content?

    #344014
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .page-header-image-single {
        margin-bottom: 1em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #344132
    Gary

    Thank you. I added it to the Sinmple CSS just as you gave it to me and there was no change. Do I need to do something else? On my screen the space is about 2X the width of the menu bar. I would like to cut this space in 1/2. Any suggestions?

    .page-header-image-single {
    margin-bottom: 1em;
    }

    #344133
    Leo
    Staff
    Customer Support

    Can you link me to the page? Thanks!

    #344146
    Gary

    http://206.196.110.39/~innovati/

    Leo I just sent another question about adding my logo to the Identity area – far RIGHT side.

    #344163
    Leo
    Staff
    Customer Support

    Are you referring to the page header (ProGuard Technology…) on that page?

    If so try disabling the Content Title:
    https://docs.generatepress.com/article/disable-elements-overview/

    #344273
    Gary

    Leo, that eliminated all of that paragraph, which I don’t want to do. Is there a way to enlarge the photo, to bring it down closer to the content?

    #344300
    Leo
    Staff
    Customer Support

    Ahh Ok. Generally the content title is quite sure.

    You can try this CSS instead:

    .entry-content {
        margin-top: 0;
    }

    If the remaining space is still too much then try adjust the top Content Padding in Layout > Container.

    #344516
    Gary

    Thanks that worked well!

    #344541
    Leo
    Staff
    Customer Support

    No problem!

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