• Resolved conico

    (@conico)


    Hi,

    First of all, thank you because this theme can be implemented easily getting a very impressive design.

    I am having problems placing the logo in the top-left side when displaying in mobile version because it places in the left but under de navigation menu.

    I guess it is something about the width either of the logo or the navigation menu but I have tried many sizes of the logo already with no success.

    Any tip would be aprreciated.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @conico ,

    Please go to Appearance => Customize => Additional CSS and paste the following CSS

    @media screen and (max-width: 767px){
      img.custom-logo {
        max-width: 80%;
    }  
    }

    Best Regards!

    Thread Starter conico

    (@conico)

    Thank you so much! It worked just fine!

    Although I noticed this behaviour only occurs when the screen is small. I was testing it over an iphone SE.

    Theme Author Acme Themes

    (@acmethemes)

    Yes, the above CSS is for small device only. You can remove media query from CSS if you want it for all devices

    img.custom-logo {
        max-width: 80%;
    }  
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header logo media’ is closed to new replies.