How can I modify the multicolumn view in Dawn theme?

Hi

I am using dawn theme and i would like to change the design of the multicolumn (in sell page) to make it as a slideshow or at least to make the columns on the same line (because no.5 is taking a hole line)

https://click.email.shopify.com/?qs=33c50a4408389bfb311d4ac96e0294b1a8cfe0b48dc71ba7d8d0060648ad5ddb6f055d9bdcdc800ade562333ed78406bf2f1b410a6ca33d0b06e0798fa325059

Password: Testtest-1

Hi @mostafa123 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-multicolumn.css->paste below code at the bottom of the file:
@media (min-width: 990px) {
.multicolumn .multicolumn-list .multicolumn-list__item {
    max-width: 20% !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

This worked fine ..But is there a way to make it like slideshow ?

Hi @mostafa123 ,

If it’s a slideshow, you can hire a shopify expert to assist you. Because it’s related to custom code

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.