Site logo

[Support request] Mobile Menu Issue

Home Forums Support [Support request] Mobile Menu Issue

Home Forums Support Mobile Menu Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2605289
    Mel

    Hi,

    I want to increase the logo on the mobile menu.

    I am using css for this.

    .site-logo.mobile-header-logo a img {
    height: 70px;
    }

    I notice you can also set the mobile logo size by going to customize> layout > primary navigation > menu item height (for mobile).

    I have a header with a background image, which has the following CSS:

    .header-wrap{
    background-image: url(“https://www.hundetraining-mit-roya.at/staging/wp-content/uploads/2023/04/wave_transparent_3.png”);
    background-size: 100% 100%;
    background-repeat: none;
    padding-bottom: 70px;
    }

    My problem is if I increase the mobile logo height in CSS the wave background height also increases. I want it to remain the same. How to I do this?

    I also would like the sandwich icon for the mobile menu to be larger.

    #2605945
    Ying
    Staff
    Customer Support

    The later value of this line of your CSS background-size: 100% 100%; represents the height of the background image, if you don’t want the image height to go 100%, you can change it to a smaller value.

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