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 #2967302
Changing logo size to bigger
Closed

Comments

  • jijiart started the conversation

    Hi, please let me know how to change logo size in the right top menu bar?
    I want to make this logo bigger

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-hbg-logo img {
        max-width: 100%;
        height: auto;
    }

    Regards,
    PenciDesign.