how to make mobile menu open only 75%, not full width

Posted in: Newspaper
Post count: 13

How to make mobile menu opens only 75% width, not full width.

could you help?

Thank you

Post count: 13

Like this webiste http://communicationforchange.id
the mobile menu only open 75%, not full width.

could you help me find the CSS code to change?

Thank you

Post count: 20688

Hi,

You could use some CSS to customize how it displays. Something like this will work for the present situation
https://www.screencast.com/t/MVOHZ7MTcW
This is the code used, enter it in Theme panel->Custom CSS if you decide to use it

.td-menu-background,
.td-mobile-container {
width:75%;
}

You can use the browser inspector to identify the elements present on the page and their classes and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Post count: 13

Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.