Hi guys,
I want to know if there is any way I can do full-width for the multicolumns.
Thanks
Hi guys,
I want to know if there is any way I can do full-width for the multicolumns.
Thanks
Hi @jennywi
Full width on the screen? Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Thanks for the info, Do you mean all mutlicolumn or specific multicolumn?
If it all multicolumn. Check this one,.
.multicolumn .page-width {
max-width: 100% !important;
}
And Save.
Result:
Note: You can always adjust the width by changing the sizes in %.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you!!!