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 #1946891
Exact size for Mobile logo
Closed

Comments

  • akash4435 started the conversation

    Please tell me the exact size of mobile logo for best viewing experience.

    My mobile logo is looking large.

  •  2,699
    PenciDesign replied

    Hi,

    I see your logo on mobile is fine: http://prntscr.com/n2pmbl

    That's quite nicesmile.png

    If you still want to reduce it, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 480px) {
    #navigation.header-6 #logo img {
        padding: 15px 0 !important;
    }
    }
    

    Change value 15 to value as you want.


    Best Regards,

    PenciDesign

  • akash4435 replied

    I am not talking about this logo.

    Click on the Menu button (Three Dots), the Logo is not looking nice there. 

    Please check once.


  •  2,699
    PenciDesign replied

    Hi,

    Ahh, that's logo for vertical mobile nav. Please add more this code to Customize > Custom CSS to change the width for that logo image:

    .sidebar-nav-logo > a{ display: inline-block; max-width: 120px; }

    Change value 120 to any value as you want.


    Best Regards,

    PenciDesign

  • akash4435 replied

    No, this custom css code is not making any changes.

    Please check again. 

  •  2,699
    PenciDesign replied

    Hi,

    Please try again with this code:

    #sidebar-nav-logo > a{ display: inline-block; max-width: 120px; }


    Best Regards,

    PenciDesign

  • akash4435 replied

    It worked. Thanks.