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 #2109264
Mobile Navigation
Closed

Comments

  • hannahbergqvist started the conversation

    Hi

    I'd like to make the font +  header photo in my mobile navigation larger and minimise the margin in the white column, but I'm not sure where I can do this? Screenshots are from desktop + mobile views.

    Thanks!

    /Hannah

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can change font size for menu items for mobile navigation via Customize > Logo and Header Options > Custom Font Size for Vertical Mobile Menu Items

    2/ Your logo is small because your logo has too much white space arround left & right - check your logo image here - please cut that white space. Also, you can add more this code to Customize > Custom CSS to remove the padding left & right on vertical nav logo:

    #sidebar-nav-logo{ padding-left: 0; padding-right: 0; }
    

    3/ To change the padding of mobile navigation, please add more this code to Customize > Custom CSS:

    #sidebar-nav{ padding-left: 10px; padding-right: 10px; }
    

    Change values 10 on above code to any value as you want.


    Best Regards,

    PenciDesign

  • hannahbergqvist replied

    That's awesome! Thank you very much :)