How can I create full-width multicolumns?

Hi guys,

I want to know if there is any way I can do full-width for the multicolumns.

Thanks

1 Like

Hi @jennywi

Full width on the screen? Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Yes full on screen.

https://44b803-4.myshopify.com/

PW: raolto

1 Like

Thanks for the info, Do you mean all mutlicolumn or specific multicolumn?

If it all multicolumn. Check this one,.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.multicolumn .page-width {
    max-width: 100% !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thank you!!!