Skip to content
Public Ticket #6667

Mobile menu logo width and social buttons toggle

Conversation thread

kaystie replied

Customer Reply

Thanks, solved!

PenciDesign replied

Staff Reply

Hi,

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

#sidebar-nav-logo{ padding-left: 0; padding-right: 0; }
#sidebar-nav-logo > a{ display: inline-block; max-width: 180px; }

Change value 180 to smaller values as you want.

Best Regards,

PenciDesign

kaystie replied

Customer Reply

Thank you. How do I resize only logo width within mobile menu?

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to change it:

@media only screen and (max-width: 479px){
#sidebar-nav {
    width: 300px;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
}
.open-sidebar-nav #sidebar-nav,
.open-sidebar-nav #close-sidebar-nav {
    left: 300px;
}
}

Change all values 300 on the above code to any value as you want.

To hide social media icons there, please check option for it via Customize > Logo and Header Options > Disable Social Icons on Vertical Mobile Nav

Best Regards,

PenciDesign

kaystie started the conversation

Conversation Start

Hi!

How do I control mobile menu width?

How can I get rid of social media buttons there?

Want to join this conversation or access attachments? Sign in first.