Hey @mahi7783,
We are glad you like it.
We don’t recommend increasing content width but if you’d really need to then you can try the following steps:
Go to Customizer -> Additional CSS -> Copy following -> Paste in textarea -> Update as you’d like -> Publish.
:root{
--mdc-theme-max-content-width: 1280px;
}
Recommended breakpoints from material guidelines are: https://material.io/archive/guidelines/layout/responsive-ui.html
Cheers!
Thank you!
it works for me.
another issue is menus are not scrolling in Desktop view.
i am using google chrome.
Hello @mahi7783,
Do you have a public site where we can test this?
Material design recommends using top critical pages on the tab menu and keeping items limited.
You can put additional items on the hamburger menu.