Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hey,
i'm wondering how to get the pricetag in product view centered on mobile view (look at first image).
second i'm trying to get the newsletter subscribe button at the right side on mobile view like it is seen on pc (first & second image)
thx:)
Solved! Go to the solution
This is an accepted solution.
hello @Paul_K
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-footer__newsletter .contact-form .input-group {
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
i already solved the price to center, just need a bit help with the newsletter problem:)
hello @Paul_K
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Hii, @Paul_K
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
This is an accepted solution.
hello @Paul_K
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-footer__newsletter .contact-form .input-group {
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
@Paul_K
Paste this code on top of the theme.scss file.
.input-group__btn {
position: relative !important;
}
input#ContactFooter-email {
position: relative !important;
left: 20px !important;
margin-left: -56px !important;
}
input#ContactFooter-email {
max-width: 75% !important;
}
Thank You.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025