[Resolved] White Space Below header

Home Forums Support [Resolved] White Space Below header

Home Forums Support White Space Below header

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1117054
    Leo
    Staff
    Customer Support

    It’s not up to me to decide how many times the images multiply – it depends on the screen size.

    I would again recommend uploading an image around 2000px in width and whatever the height you want so we don’t need to use CSS to control the sizing.

    Otherwise the issue above is unavoidable.

    #1117076
    metcomllc@aol.com

    OK. I was hoping the CSS below would cause the “mobile” header to be full width, but the mobile and desktop headers are controlled by the “site-logo” code.

    .site-logo, img.header-image {
        width: 90%; height: 50%;
    }
    #mobile-header img { width: 100%; height: auto; }
    h1.entry-title {
    display: none;
    }
    #1117116
    Leo
    Staff
    Customer Support

    Add this CSS as well:

    .mobile-site-logo img.header-image {
        width: 100%;
    }
    #1117537
    metcomllc@aol.com

    That worked. Thank you for assistance and patience.

    #1118030
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.