Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
@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;
}
It works! thanks sir!
This is an accepted solution.
@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;
}
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!
Hello @NickyTran ,
1) Go theme edit image with text file.
2) Add btn-group div both on anchor tag like this.
<div class="btn-group">
<anchor code 1>
<anchor code 2>
</div>
add style
{% style %}
.btn-group > a {
margin-right: 1rem;
}
{% endstyle %}
thanks very much !
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024