Site logo

Archived topic

Logo resize on mobile view

3 replies · Started by valentine on June 11, 2020

Viewing posts 1–4 of 4

am having issues resizing my logo in the mobile view, it looks too small in the mobile view, so I want to resize it to be a little big and better and I can't find the adjusting tap on customize. please help

I have cropped the logo but the menu tab is now under the logo, I want the menu tab to be on the same length with the logo. how can I achieve that

We would need to reduce the logo size.

Try this CSS:

.site-logo.mobile-header-logo img {
    height: auto !important;
    width: 150px;
}
This archived topic is closed to new replies.