• Hello,

    I would like to setup a page without sidebar and full container width.
    I have set “Layout Options” to “No sidebar (Content width)” and when check the page, the sidebar is hidden but the page is not showing full width.

    Instead it’s just show container with “col-md-8” column class and not “col-md-12”.

    I also tried with Page builder and set Row style to Full width but no luck.

    Can you please let me know how to achieve full width container page?

    Thanks
    Tejas

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @tejashapani-1 : Go to Appearance => Customize => Additional css and add the following css.

    .page-id-19 .col-md-8 {
    	width: 100%;
    }

    Let me know if you need any further assistance.
    Also, if you need any help or have any issues, you can also choose to post in your queries in the theme’s official support forum for dedicated and swift support at : https://catchthemes.com/support-forum/forum/clean-business/

    Regards,
    Tikaram

    Thread Starter Tejas Hapani

    (@tejashapani-1)

    thanks @tikaram,

    But that’s not a effective solution.
    I don’t want any fixing using css.

    There must be a way from backend to manage cols.

    @tejashapani-1 : As you can see under Layout option there is no option to select a full width page, you can select page with content width only. If you have knowledge about creating child themes you can customize your site using child theme and change col-md-8 to col-md-12 for No sidebar (Content Width) page. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to set page with full container width?’ is closed to new replies.