• Hi thank you so much for this wordpress material design.

    How can I customize website widths it’s shown in as a boxed type. I want to increase widths of the website

Viewing 3 replies - 1 through 3 (of 3 total)
  • Utkarsh

    (@utkarshpatel)

    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!

    Thread Starter mahi7783

    (@mahi7783)

    Thank you!
    it works for me.
    another issue is menus are not scrolling in Desktop view.
    i am using google chrome.

    Utkarsh

    (@utkarshpatel)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I customize website width?’ is closed to new replies.