Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
smaralind
tagDiv Member

Hmm ok. Most themes have the option in the customizer to change the breakpoint. There wouldn’t be a problem to change this, but it’s inline css which is quite weird.

So there will not be an option in the near future to change the breakpoint?

smaralind
tagDiv Member

You didn’t answer the question. How do we change the breaking point for the mobile menu? We want to change it from 767px to 914px.

Thank you.

smaralind
tagDiv Member

<style id=’td-theme-inline-css’ type=’text/css’>

@media (max-width: 767px) {
.td-header-desktop-wrap {
display: none;
}
}
@media (min-width: 767px) {
.td-header-mobile-wrap {
display: none;
}
}

</style>

smaralind
tagDiv Member

Hi,

It didn’t work. We put it in the child theme functions.php

Viewing 4 posts - 1 through 4 (of 4 total)