Shopify themes, liquid, logos, and UX
I need to move the text and and button of my first image to the bottom of the screen. Additionally is there any way to change the font?
Solved! Go to the solution
This is an accepted solution.
THANKS SO MUCH! I inserted it and it did move down but the text mainly the "Collection" stayed on the same line??? any help
Can you kindly share the store preview URL for ease of debugging?
Hey @Mrstep
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.box-content-center {
transform: translate(-50%, 50%) !important;
}
}
@media screen and (max-width: 767px) {
.box-content-center {
transform: translate(-50%, 10%) !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
THANKS SO MUCH! I inserted it and it did move down but the text mainly the "Collection" stayed on the same line??? any help
Additionally im trying to get it to be as close to what I created on Wix as possible. I'm trying to come over to the shopify platform this is how it looks on wix.
.box-title {
max-width: 30ch;
margin: 0 auto;
}
add this
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024