Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286320
    sbbcp
    Participant

    I have my homepage almost done, but when working on other pages, there is a huge white space between the header (logo) and the title/content of the page.

    How can I delete/reduce that white space?
    https://www.moveitanalytics.com/qlik-to-looker/

    Please advise, thanks

    #286343
    Skandha
    Participant

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

    #content {
        padding-top: 0;
    }
    .singular-content-wrap .entry-header {
        margin-bottom: 0 !important;
    }

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

    #286368
    sbbcp
    Participant

    It worked! Thanks!

    #286412
    Skandha
    Participant

    @sbbcp: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/zubin/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘White space between header and page title/content’ is closed to new replies.