page header space (no image) Architect Pro theme

Home Forums All Other Themes page header space (no image) Architect Pro theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #215863
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi

    I’ve removed the image on all pages but now have a large gap between content and header

    see: https://kenttilecentre.co.uk/wall-tiles/

    please advise

    thanks

    #215872
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code to remove white space.

    .innerbanner {
      height: auto;
      max-height: 287px;
      min-height: 120px;
    }

    Regards,
    Dave

    #215931
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect for full screen but still showing a big gap on mobile screens?

    #215943
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:479px) {
    .innerbanner {
      min-height: inherit;
    }
    }

    Regards,
    Dave

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