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 #3749070
Logo on mobile
Closed

Comments

  •  1
    pgorce1 started the conversation

    Hi,

    how to increase the size of the image logo on mobile ?

    Thanks

  •  2,607
    PenciDesign replied

    Hi,

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

    .penci-header-mobile .site-branding img {
      max-height: 90px;
    }
    .penci-header-mobile .site-branding,
    .penci-header-mobile .penci-header-mobile_container {
      height: 90px;
    }
    .menu-toggle-desk, .menu-toggle {
      line-height: 90px;
    }

    Regards,
    PenciDesign.

  •  1
    pgorce1 replied

    Thanks a lot