Shopify themes, liquid, logos, and UX
Hey, I need help moving the "shop now" button down on my mobile version website. lovingmemoryprints.com I want it at the bottom of the logo on the front page. I was able to do this for the desktop version but cant figure it out for the mobile version.
Solved! Go to the solution
This is an accepted solution.
Hi @LovMemPrin,
Go to Assets > layout.theme.css and paste this at the bottom of the file:
@media (max-width: 767px) {
.shopify-section-hero .tw-align-middle {
position: relative;
}
.shopify-section-hero .content.tw-mx-auto.tw-py-8.tw-container.tw-px-4 {
position: absolute;
bottom: 0;
padding: 0 !important;
}
}
Hope it helps!
This is an accepted solution.
Hi @LovMemPrin,
Go to Assets > layout.theme.css and paste this at the bottom of the file:
@media (max-width: 767px) {
.shopify-section-hero .tw-align-middle {
position: relative;
}
.shopify-section-hero .content.tw-mx-auto.tw-py-8.tw-container.tw-px-4 {
position: absolute;
bottom: 0;
padding: 0 !important;
}
}
Hope it helps!
Excellent Thank You!
I need to do the same thing, but I can't find "layout.theme.css" I have Dawn 2.5.
Hi @Tri_S,
You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025