add spacing between buttons and position them the way I want on Dawn/Origin theme

Solved

add spacing between buttons and position them the way I want on Dawn/Origin theme

Giorolling
Shopify Partner
21 0 2

Hey, How can i add a gap between 2 buttons and also move them but a certain amount on the X/Y-Axis See example below of how it currently looks and how I want it to look.

this can be found on homepage: https://okell-s.myshopify.com/
Password: beer

what I want.PNG

 

 

 

Accepted Solution (1)

CassieDonnel
Excursionist
26 4 9

This is an accepted solution.

Hi @Giorolling.

 

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

 

.banner--desktop-transparent .banner__box {
    max-width: 100rem;
}

.banner__buttons {
    gap: 49rem;
    max-width: 100rem;
}

.banner__box {
    padding: 30px 0 !important;
}

 

CassieDonnel_0-1686746090790.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

View solution in original post

Replies 10 (10)

CassieDonnel
Excursionist
26 4 9

This is an accepted solution.

Hi @Giorolling.

 

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

 

.banner--desktop-transparent .banner__box {
    max-width: 100rem;
}

.banner__buttons {
    gap: 49rem;
    max-width: 100rem;
}

.banner__box {
    padding: 30px 0 !important;
}

 

CassieDonnel_0-1686746090790.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

Giorolling
Shopify Partner
21 0 2
Is there a way I can add custom css to this section in particular instead?
Because i dont want the buttoms moved for all sections
CassieDonnel
Excursionist
26 4 9

use this code

 

div#Banner-template--19348940062998__image-banner .banner__buttons {
    gap: 49rem;
    max-width: 100rem;
}

section#shopify-section-template--19348940062998__image-banner .banner--desktop-transparent .banner__box {
    max-width: 100rem;
}

 

Giorolling
Shopify Partner
21 0 2

where?

 

CassieDonnel
Excursionist
26 4 9

Go to the online store theme and go to base.css file paste the code mentiond below.

Giorolling
Shopify Partner
21 0 2

it doesnt work

 

 

CassieDonnel
Excursionist
26 4 9

Please send me screenshot base.css file. 

Giorolling
Shopify Partner
21 0 2

S.PNG

 

CassieDonnel
Excursionist
26 4 9

It is working.

 

CassieDonnel_0-1686752599732.png

 

refresh your website and open the incognito tab.

 

Giorolling
Shopify Partner
21 0 2

Oh, you are correct, I see it working, but on my screen the buttons are very much off.

for me.PNG