• The logo in the left corner looks fine on laptop and tablets but on mobile phone completely disappears.I have tried leaving logo for mobile blank and also uploading but all it gives is the tiny version of the logo
    Please help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello sunshinerain123,

    Please apply the below given css in your style sheet-

    @media only screen and (max-width: 600px) {
    .logo {width : 300px !important}
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Theme Author satoristudio

    (@satoristudio)

    Hello @sunshinerain123,

    thanks for choosing Bento!

    The mobile logo was really small in your case because of the custom code you’ve added for the .site-header element – if you remove that one and upload a custom mobile logo of desired size, it should display as intended.

    @phpexpert21, thank you very much for providing the custom code, it does work well in this situation.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Logo mini size’ is closed to new replies.