Shopify themes, liquid, logos, and UX
URL?
To access the Hero section in the customizer, please follow these steps:
@media screen and (max-width: 749px) {
.banner--content-align-mobile-center .banner__buttons--multiple > * {
min-width: unset;
}
banner__buttons.banner__buttons--multiple {
grid-template-columns: 1fr 1fr;
display: grid;
}
}
unfortunately it didn't help
You do the following to make the button layout you want.
1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the base.css file
3. At very end of the code, add the code below
@media only screen and (max-width: 750px){
.banner__buttons.banner__buttons--multiple> * {
min-width: 15ch;
}
}
Result here:
This is Lucas from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
@media screen and (max-width: 749px) {
a.button.button--secondary, a.button.button--primary {
min-width: 16rem !important;
}
.banner__buttons.banner__buttons--multiple {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap;
justify-content: center !important;
}}
Hope that my solution works for you.
Best regards,
Lucas | PageFly
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024