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 #2388502
header logo
Closed

Comments

  • StefanieCrady started the conversation

    Hello! 

    I would like to increase the size of my logo in the header on desktop view.

    I tried different logo sizes, but nothing seems to work.

    Thank you.

    Stefanie



  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    #navigation.header-10 #logo img, #navigation.header-11 #logo img,
    .is-sticky #navigation.header-10 #logo img, .is-sticky #navigation.header-11 #logo img{ padding: 2px 0; }
    

    And of course the logo can't be display outside the main navigation in this casesmile.png

    Best Regards,

    PenciDesign

  • StefanieCrady replied

    Unfortunately, adding the code did not change the size at all.

    Is it because the header can only be certain width?

    Please let me know any other suggestion you might have.

    Thank you,

    Stefanie


  •  2,699
    PenciDesign replied

    Hi,

    I see your Custom CSS code is wrong. That make the code doesn't work.

    Currently, here is your Custom CSS code:

    .widget ul.side-newsfeed li .side-item .side-item-text h4 a{ font-size: 14px
    #navigation.header-10 #logo img, #navigation.header-11 #logo img,
    .is-sticky #navigation.header-10 #logo img, .is-sticky #navigation.header-11 #logo img{ padding: 2px 0; }
    

    You're missing a  close  }   on the above code.

    Please check and change the the code above to:

    .widget ul.side-newsfeed li .side-item .side-item-text h4 a{ font-size: 14px }
    #navigation.header-10 #logo img, #navigation.header-11 #logo img,
    .is-sticky #navigation.header-10 #logo img, .is-sticky #navigation.header-11 #logo img{ padding: 2px 0; }


    Best Regards,

    PenciDesign

  • StefanieCrady replied

    Thank you!