• Resolved mbb464

    (@mbb464)


    Hi! I need some help with my mobile menu… My website is http://francisca.info

    The menu in the mobile version only shows the first item. This is fixed when I increase the header height, but I have to make it as big as 500px leaving a huge blank space.

    I’d really appreciate some help! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you remove this customization:

    .site-header-main {
        height: 150PX;
    }

    It should work. Setting the height is cropping everything that would fall outside that available space. Alternately you could write a media query so the height only applies to desktop.

    The site looks great!

    Thread Starter mbb464

    (@mbb464)

    That worked perfectly!

    Thanks!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Menu’ is closed to new replies.