mobile logo appearing oval

Although the mobile logo is round, it seems to be flattened from the top. but normal on desktop. How can I fix this?

https://snipboard.io/Hjx3Fa.jpg

regards,

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Hi,

    https://bit.ly/3bjUw1n I have published my website for you to check. you can check the logo from mobile

  • Please, go to Betheme -> Theme options -> Responsive -> Header, set the layout to Default, and check if the problem persists.

    If this solution will not suits you, please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media only screen and (max-width: 767px){
       body.mobile-header-mini #Top_bar #logo {
       height: 60px!important;
       }
    }
    

    Thanks

Sign In or Register to comment.