Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #290115
    lblumenfeld
    Participant

    See the events or contact pages on the brassaddiction.com website. There is a large amount of space below the title. This space is not there in edit mode. How do I get rid of it?

    #290119
    Skandha
    Participant

    @lblumenfeld: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-content .wrapper {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290260
    lblumenfeld
    Participant

    This works for the events and contact pages, however, on the home page, it moves the title too high, so it touches the featured image.

    How do I fix this on the home page?

    Also, how can I suppress the title on the home page if I choose to do so?

    Thanks.

    #290309
    Skandha
    Participant

    @lblumenfeld: Hello there,
    Please use the following CSS Code instead of the above one.

    body:not(.home) .site-content .wrapper {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290332
    lblumenfeld
    Participant

    Thanks.

    Also, how can I suppress the title on the home page if I choose to do so?

    #290458
    Skandha
    Participant

    @lblumenfeld: Hello there,
    To change the font size of the title on homepage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-content-wrap .entry-title {
        font-size: 20px;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Extra space above the main content’ is closed to new replies.