Reply 218163 to: Sign up

Avatar: Olga Barlow
Olga Barlow
Support staff
July 31, 2019 at 16:45

Hello,

Add the following code to child theme style.css to align logo to left for the mobile devices

@media only screen and (max-width: 992px){
    .header-logo {
        text-align: left;
        margin-left:40px;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.