Site logo

[Resolved] Logo placement weird in mobile view

Home Forums Support [Resolved] Logo placement weird in mobile view

Home Forums Support Logo placement weird in mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2491383
    Samuel

    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”

    #2491803
    Leo
    Staff
    Customer Support

    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 🙂

    #2529261
    Samuel

    sorry for the late reply.

    I have just cleared the cache and disable the plugin.

    Can you please check

    #2529401
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

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

    Thank you that fixed it !

    #2531493
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.