Changing breakpoint for mobile devices

Posted in: Newspaper
Post count: 6

Hi

We’re seeing inline CSS indicating that we cannot change the breaking point for mobile menu. Anyway to change this?

Post count: 6

<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>

Post count: 35449

Hi,

I just checked the website and now is look fine, if the problem is still there and I did not see it, please provide some more details and some screenshots.

Thank you!

Post count: 6

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.

Post count: 35449

Hi smaralind,

Unfortunately there is no option to change the breaking point for the mobile menu, this can be achieve only with custom work, also you can try with some custom css, but this is hard to achieve when all elements from mobile are changing on 767px.

Thank you for your understanding!

Post count: 6

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?

Post count: 35449

Hi,

If you want to change it only for few elements it can be done using custom css, the code need to be set in set in custom code > https://i.imgur.com/gDa3eYt.png but for all breakpoints -> https://i.imgur.com/2jGYaDl.png is not possible because our theme use these standard value in theme builder -> https://i.imgur.com/IUvcmTI.png

Thank you for your understanding!

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