Site logo

Archived topic

Logo placement weird in mobile view

5 replies · Started by Samuel on January 11, 2023

Viewing posts 1–6 of 6

Error

The logo and the search button is misaligned.

Website : WEbsite

How can align the logo, I tried resize it , it won't work.

Also there is a weird empty space above the logo after the "hello bar"

Hi there,

Are you using a caching plugin?

If so can you clear and disable it so I can inspect the code better?

Let me know :)

sorry for the late reply.

I have just cleared the cache and disable the plugin.

Can you please check

Hi there,

try adding this CSS:

@media (max-width: 420px) {
    .inside-header {
        padding: 5px;
    }
    .site-logo {
        max-width: 160px
    }
}

Thank you that fixed it !

Glad to hear that

This archived topic is closed to new replies.