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

Comments

  • Enrique Salanguera started the conversation

    Hello, i have Soledad with header layout 3. I have logo and banner, but the logo size is to small, i tried to modify the size of the banner and the max width for logo, but logo remains small. How can i make the logo bigger?. Than you.

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to make your logo bigger:

    @media only screen and (min-width: 1170px){
    .container.has-banner #logo{ width: 500px; }
    .container.has-banner .header-banner{ width: 670px; }
    }
    

    Note: You should remove the logo max width to make logo flexible with the width for that header style 3.


    Best Regards,

    PenciDesign

  • Enrique Salanguera replied

    Thak you very much!