Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi @kennethykw

    By default, pages will display in Full Width and you can set Template accordingly, here : Pages > All Pages > Edit > Page Attributes > Template.

    For blog, you can choose layout, here : Appearance > Customize > Di Business Options > Blog Options.

    if you are using WooCommerce, you can choose layout, here : Appearance > Customize > Di Business Options > WooCommerce Options.

    Thanks

    Thread Starter kennethykw

    (@kennethykw)

    Hi,

    Thanks for your reply.
    I have tried to set the full width template but the content is still in the center and two blank side bars.
    Is there any css code I can set the container to full width?

    Thanks,
    Kenneth

    Theme Author Di Themes

    (@dithemes)

    Hi @kennethykw

    Please send link of page so we can check.

    Thanks

    Thread Starter kennethykw

    (@kennethykw)

    Hi,

    The url is https://www.mutualwork.co/wordpress/forum-po

    Login:test2
    Password:123456

    Thanks,
    Kenneth

    Theme Author Di Themes

    (@dithemes)

    Hi @kennethykw

    First of all, please do not include user name and password because it is public site. we will recommend to change your password as soon as possible.

    We checked your website and did not find width issue because 1140px is default maximum width and theme is responsive so it will decrease base on width of browser.

    if want to increase default width, you can use custom CSS :

    
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px;
      }
    }

    you can change 1140px accordingly.

    To add custom CSS: Appearance > Customize > Additional CSS.

    Thanks

    Thread Starter kennethykw

    (@kennethykw)

    Hi,

    I have customize the CSS and the full width problem is solved.

    Thanks for your help.
    Kenneth

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Full width display’ is closed to new replies.