Site logo

Archived topic

Mobile Menu Issue

1 reply · Started by Mel on April 11, 2023

Viewing posts 1–2 of 2

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.

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.

This archived topic is closed to new replies.