Dawn Theme - Make multicolumn section button the same size as hero button

Hello there,

I would like to use the same size of buttons in the hero banner and the multicolumn sections. Currently it seems that the auto width seems to work differently on those buttons.
Can it be made the same?
I would also like to know how to make the buttons fixed size, for example 160px.
Preview link to the store: https://cop5fm3gqz0u5a3c-60215460006.shopifypreview.com

Thank You in advance!

1 Like

@sisaul

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-multicolumn.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.multicolumn .button {min-width: 160px;}
}
1 Like

@KetanKumar
Thank you for that!
To change the banner button I used the same code in section-image-banner.css but swapped .multicolumn to .banner. It seemed to work as well.

1 Like

@sisaul

yes, as you like no rush

thank for update