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!
Solved! Go to the solution
This is an accepted solution.
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;}
}
This is an accepted solution.
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;}
}
@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.
yes, as you like no rush
thank for update
User | RANK |
---|---|
232 | |
53 | |
47 | |
34 | |
32 |