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 #2333281
Change logo size on Mobile & edit padding below logo
Closed

Comments

  • Roberta_A started the conversation

    Hi, how can I edit the size on mobile for the logo as it looks huge (see attachment)

    relate; how can I reduce padding between logo and breadcrumbs? Thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 767px){
    #logo a{ max-width: 180px; }
    }
    

    Change value 180 to value as you want.

    2/ Please try add more this code to Customize > Custom CSS to reduce the padding between logo and breadcrumbs:

    .container.penci-breadcrumb{ margin-top: -60px; }
    

    Best Regards,

    PenciDesign

  • Roberta_A replied

    Great, thank you very much :) Worked!