Site logo

Archived topic

Resize logo on mobile bit not using mobile header and putting using navigation a

4 replies · Started by David on June 22, 2021

Viewing posts 1–5 of 5

Hello,

What css do I need to resize a logo on mobile view but Im not using the mobile header and Im putting the header in the navigation.
Please note Im on a local install.

Hi there,

try this CSS:

@media(max-width: 768px) {
    .site-header .header-image {
        width: 80px;
    }
}

That didn’t work for me,

.site-logo did work for me.

Kind regards

David

Glad to hear that!

Thank you

This archived topic is closed to new replies.