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
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025