Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #226256

    Hi,

    If I check my recently created website on mobile or make my browser really small, the header logo gets cut off by about 80 px (on the end). I’m using the preferred logo dimension width of 340 px.

    I’ve tried to use some solutions of former topic titles, but unfortunately it does not work for my website.

    Do you have a quick solution?

    cheers

    #226259

    Hi blendside!

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

    @media only screen and (max-width: 480px) {
    .logo img { max-height: 70px!important; }}

    You may need to adjust the value. Or you can post the link to your website and we can provide you more accurate custom CSS code

    Best regards,
    Yigit

    #226266
    This reply has been marked as private.
    #226280

    Hey!

    Please change the code i have previously posted to following one

    @media only screen and (max-width: 480px) {
    .logo img { max-height: 64px!important; }}

    Cheers!
    Yigit

    #226293
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo cut off width on mobile’ is closed to new replies.