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 #3430458
Logo size
Closed

Comments

  • subhajitkhara started the conversation

    Hi,


    I want to display the logo a bit bigger. How to do it?

  •  2,699
    PenciDesign replied

    Hi,

    You can try to 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;
    }
    

    And if you want to make it more bigger, let's change the height of the main navigation via Customize > Logo & Header > Main Bar & Primary Menu > Custom Main Bar Height


    Best Regards,

    PenciDesign

  • subhajitkhara replied

    Thank you. It works fine now.