How to reduce size of Column of Multi column in mobile view for dawn theme

How to reduce size of Column of Multi column in mobile view for dawn theme

1 Like

Hi @Ak9000 ,

Would you mind to share your store URL website? with password if its protected. Thanks!

@Made4uo-Ribe here is URL. https://dealsfortails.com/pages/deals

You can view the columns in the same page. i want to reduce the size of columen to much smaller to look better in mobile {dawn theme}

1 Like

Thank you for the information. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. And Save.
@media only screen and (max-width: 749px) {
ul#Slider-template--20298567876928__81774e01-88e5-49f1-a1e6-c57f25d0e467 {
    width: 60%;
    margin: auto;
    gap: 30px;
}
}

Result:

I hope it help.

It doesn’t reduce the multicolumn size. So far I tried few different solutions and none of them works :downcast_face_with_sweat: