Site logo

Archived topic

Image next to logo on mobile header

5 replies · Started by Marcel on February 2, 2023

Viewing posts 1–6 of 6

Hi everyone,

is it possible to have an image next to the logo (which in my case in positioned on the left) in the mobile header?
An after_logo hook for the mobile header so to say.
I'm aware of the inside_mobile_header hook but this positions the content on the right.

Thanks in advance!
Marcel

Hi Fernando,

thanks for the quick feedback.
Here's the link to the site https://www.younglife-viersen.de/
I activated the hook again and I'm trying to achieve an equivalent look as in the desktop view.

Hi there,

try this CSS:

#mobile-header .mobile-header-logo {
    margin-right: unset;
}
#mobile-header .mobile-header-logo + div {
    margin-right: auto;
}
#mobile-header .mobile-header-logo + div .wp-block-image img {
    height: 33px;
    position: relative;
    top: -3px;
}

Thank you, David.
Works like a charm.
Great support as always!

Glad to be of help

This archived topic is closed to new replies.