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 #1432333
Change in size logo header 6
Closed

Comments

  • manonvanos started the conversation

    Hi,

    On my website I am using header 6 at the moment. I only don't like how my logo looks. I think it is way too small and there is too much white around in my opinion. I already made the background as small as possible in Photoshop, so that's not it. 
    Can I make my logo bigger with this header and can the padding around the logo be smaller? 

    Thanks.

    Kind regards,
    Manon van Os

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    #navigation.header-6 #logo img, .is-sticky #navigation.header-6 #logo img{ padding: 2px 0;  }

    Best Regards,

    PenciDesign

  • manonvanos replied

    I added that code and changed padding to 0px, but nothing changes around my logo. 

    How can I fix that?

  • manonvanos replied

    Hold on, I checked it again and it seems working. 

    However, can I make the logo (and the height of the initial header) a bit bigger?

  •  2,699
    PenciDesign replied

    Hi,

    If you want to make the logo biggest it can be. You can use this code - please note add it via Customize > Custom CSS:

    #navigation.header-6 #logo img, .is-sticky #navigation.header-6 #logo img{ padding: 0;  }

    Best Regards,

    PenciDesign