Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Header Image Truncated on Mobile Devices #316681
    gibsonlp63
    Participant

    ok, I wish I knew what I was doing with CSS.  Anyway I changed the VH value as noted below and that fixed the problem with the vertical truncation when the IPAD & Phone are vertical.  But when I change the the phone & ipad to horizontal, I get the truncation again and a little worse?

     

    Thanks,

    Mike

     


    @media
    only screen and (max-width: 600px) {
    .has-header-image.home .custom-header-media,
    .has-header-text.home .custom-header-media {
    min-height: 30vh;
    }
    }

    @media
    only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .has-header-image.home .custom-header-media,
    .has-header-text.home .custom-header-media {
    min-height: 45vh;
    }
    }

    in reply to: Header Image Truncated on Mobile Devices #316680
    gibsonlp63
    Participant

    So, that fixed the ipad to show our header in the same way as the mobile device.  However, now both headers are truncating the top portion of the picture.  The picture presents fine on the computer.

    in reply to: Header Image Truncated on Mobile Devices #316592
    gibsonlp63
    Participant

    This is much closer but is still truncating the top of the header.  Is it possible to do the same for the Ipad.  It is has not changed?

    Thanks so much for your help!

    Mike

    in reply to: Header Image Truncated on Mobile Devices #316565
    gibsonlp63
    Participant

    Hi Tikaram,

    Just thought I would ping you back on that CSS.  Any progress?

     

    Thanks!

    in reply to: Header Image Truncated on Mobile Devices #316443
    gibsonlp63
    Participant

    Hi Tikaram,

    Thanks for your quick response.

    Ultimately I’d like to keep the height and width the same with just a smaller presentation.

     

    Mike

Viewing 5 posts - 1 through 5 (of 5 total)