Shopify themes, liquid, logos, and UX
Hi everyone!
I could use some advise on:
- how to remove the overlap on my homepage
- how to center each green button on the images.
(responsive)
Website: https://the-lena.studio/
PW: Lenaversie2!9624
Thank you so much in advance!
hello @AnneP96
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->section-image-banner.css
add the code bottom of the file
@media screen and (min-width: 750px) {
.banner--desktop-transparent .banner__box {
width: 100%;
}
}
.banner__buttons {
max-width: 100%;
width: 100%;
justify-content: space-between;
}
@media screen and (min-width: 750px) {
.banner--content-align-center .banner__buttons--multiple>* {
max-width: 22rem;
}
}
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->base.css
add the code bottom of
@media screen and (min-width: 750px) {
.section-template--23460585537866__rich_text_MVVUh8-padding {
padding-top: 60px;
padding-bottom: 60px;
margin-top: 114px !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
- Buy me a Pizza
Thank you so much, the buttons worked!
But the overlap part didn't work.. it stays the same.
use this code base.css
@media screen and (min-width: 750px) {
section#shopify-section-template--23460585537866__rich_text_MVVUh8 {
margin-top: 101px !important;
}
}
Still not working.. sorry 😕
Also I noticed the buttons didn't center on mobile.
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024