Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1531856
Logo
Closed

Comments

  • torresj9 started the conversation

    Why won't my logo resize for mobile? It's too large.

  •  2,699
    PenciDesign replied

    Hi,

    It should be auto re-size to fit with your screen. Because a lot of logo image in landscape size.

    You can add more this code to Customize > Custom CSS to resize it like you want:

    @media only screen and (max-width: 480px){
    #logo a { max-width: 150px; }
    }

    Change value 150 to value you want.


    Best Regards,

    PenciDesign