Please help me remove overlap + center buttons on homepage

Please help me remove overlap + center buttons on homepage

AnneP96
Excursionist
29 0 3

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!

 

Scherm­afbeelding 2024-09-05 om 11.13.23.png

Replies 4 (4)

Sangeetanahar
Excursionist
409 25 53

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;
    }
}

 

 

resultLENÁ-Curated-Vintage-Handmade-Items-–-Lená.png

LENÁ-Curated-Vintage-Handmade-Items-–-Lená (1).png

 

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
AnneP96
Excursionist
29 0 3

Thank you so much, the buttons worked!

But the overlap part didn't work.. it stays the same.

Sangeetanahar
Excursionist
409 25 53

use this code base.css

@media screen and (min-width: 750px) {
section#shopify-section-template--23460585537866__rich_text_MVVUh8 {
    margin-top: 101px !important;
}
}

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
AnneP96
Excursionist
29 0 3

Still not working.. sorry 😕

Also I noticed the buttons didn't center on mobile.