Responsive Menu

Dream's picture
Dream
Mon, 01/08/2018 - 04:20
#1
Responsive Menu

Is there a way to go to the responsive menu to a different size instead of <1200px??? (for example <768px)

Thank you

cindy's picture
cindy
Mon, 01/08/2018 - 04:52

Hi,

Do you mean that the responsive menu will appear only when the width of screen is less than 786px?

Dream's picture
Dream
Mon, 01/08/2018 - 04:53

Yes!

Dream's picture
Dream
Mon, 01/08/2018 - 07:01

Is possible?

cindy's picture
cindy
Mon, 01/08/2018 - 21:41

Hi,

Please open file md_van/css/style.css and search:


@media (max-width: 1199px) {
.menu-nav {
display: none;
margin: 0;
padding: 0;
background-color: #252525;
text-align: left;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
}

and replace 1199px with your desired value, for ex 768px
save and clear cache
*note: please remember to backup code before customizing

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.