• Good afternoon folks,

    My mastehead height shows up fine in the desktop. However, when viewed in the mobile version, it is way too long.

    I tried different combination css and for some reason it doesn’t work.

    Please advise.

    the site is http://www.dog-ma.com/testsite/

    Thank you for any help that can be provided.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in the css, the height of the header has been forced to 675px, which is what creates the problems on mobile, and I can’t see what purpose it fills on desktop view either.

    find this

    #homemasthead {
        margin-top: 0;
        height: 675px !important;
    }

    and just remove the entire “height: 675px !important;”

    I would also suggest that you hide the slider on mobile view – the images would be too small to be seen well anyway, and imho it just takes up space…

    Thread Starter raslikestodraw

    (@raslikestodraw)

    Thank you for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Masthead too large in mobile version’ is closed to new replies.