I want to put two buttons same line for my shopify store

Hey everyone!

I am currently designing a shopify web store for our project!

I would like to put two buttons same line, currently they are sitting on seperate lines.

if some is experienced on this, please help me to edit it. I am currently using Dawn theme. Thank you so much in advance!

My shopify store is https://kilikanoon.myshopify.com/pages/event and password: tranjames

1 Like

Hi @NickyTran , the screenshot you provided located on which page?

@NickyTran , go to component-image-with-text.css and add the following code :

.image-with-text__content .image-with-text__text+.button {
    position: relative !important;
    top: 6.6rem !important;
    left: 20rem !important;
}
1 Like

That is Event page

1 Like

@NickyTran , Check my other reply.

1 Like

Hello @NickyTran ,

  1. Go theme edit image with text file.

  2. Add btn-group div both on anchor tag like this.


    

add style 
{% style %}
.btn-group > a {
    margin-right: 1rem;
}
{% endstyle %}
1 Like

It works! thanks sir!

1 Like

thanks very much !

1 Like

is there anyway to reverse position of two buttons? as I want the number button sit on the right side

ah nevermind, I also got it worked!