Okay
  Public Ticket #881786
mobile logo
Closed

Comments

  •  2
    Catherine started the conversation

    Hello, 

    My logo looks too small on mobile screens, how can I change that? 

    Thanks, 

    Catherine 

  • [deleted] replied

    Hi Catherine,

    Please just add this code below to Custom CSS:

    @media screen and (max-width: 480px) {
        .main-header .logo-and-menu-container .logo-image {
            max-width: 280px;
        }
    }
  •  2
    Catherine replied

    Hey Ylli,

    I added the code but it didn't help. On the front page it still looks too small (see photo 9067). 

    And when going on blog posts it looks too big for the mobile screen, doesn't fit into it.  (see two other photos attached). 

    Thanks, 

    Catherine 

  • [deleted] replied

    Hi Catherine,

    Can you please send us your WordPress username and password? We need to investigate your site and then get back to you if we have possible solution.

    Make sure to choose Private Reply when you send us sensitive informations!

  •   Catherine replied privately
  • [deleted] replied

    Hi Catherine,

    There was a little problem on your CSS, i fixed that for you now.