Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mpbaweb,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    @media only screen and (max-width: 60em){
    #header {
        padding: 2em;
        text-align: center;}
    }

    Hope this will helps you.

    Thanks.

    Thread Starter mpbaweb

    (@mpbaweb)

    Sorry, that made no difference at all.

    Thread Starter mpbaweb

    (@mpbaweb)

    The text is centered fine. It’s the logo that is too far to the left. See screenshot

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Smartline.

    You can try this CSS snippet:

    #logo .custom-logo {
        margin: 0;
    }

    Cheers,
    Thomas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo alignment in mobile view’ is closed to new replies.