Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #661135

    Is it possible to have my logo in the middle, instead of to the left, on the smartphone view?

    #661140

    Hey Marcus,

    Thanks for getting in touch with us!

    Would you mind providing a precise link to your site, so we can have a closer look? We need to be able to inspect the logo in order to help :)

    Best regards,
    Jordan

    #661430
    #661435

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #top .logo img {
        margin: auto;
    }
    
    .responsive #top .logo {
        width: 100%;
    }}

    Regards,
    Yigit

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