Shopify themes, liquid, logos, and UX
Hi,
I need some help to make adjustments to the buttons on my homepage:
- On the mobile version, I'd like to move buttons up a bit on the Hero Banner and Collections.
- On the desk version, move the buttons of Collections a bit lower so they don't cover any part of the images. I'd also like to make sure that the buttons aren't too low on the mobile version.
My site is www.embroidtale.com. Thanks.
Solved! Go to the solution
This is an accepted solution.
I think we already tackled this one.
I would move on this one,
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media screen and (min-width: 1000px) {
.collection-list.wrap .content-over-media {
--content-over-media-gap: 1rem;
}
}
</style>
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @liu_x_trujillo1 , this will likely require some theme customization to achieve the look you are wanting. A quick solution could be to edit your images with negative space to accommodate the buttons to overlay correctly.
This is an accepted solution.
I think we already tackled this one.
I would move on this one,
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media screen and (min-width: 1000px) {
.collection-list.wrap .content-over-media {
--content-over-media-gap: 1rem;
}
}
</style>
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
You are awesome! Thank you!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024