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 #2734418
Change logo size on desktop
Closed

Comments

  • orbiral started the conversation

    Is there a way to change the header logo size exclusively on desktop?


    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    You can try to adjust the padding value on logo image to adjust it:

    @media only screen and (min-width: 960px){
    #navigation.header-6 #logo img{ padding: 6px 0; }
    }
    

    Change value 6 to value as you want.

    Best Regards,

    PenciDesign

  • orbiral replied

    Thank you so much! This theme has excellent support :)