All things Shopify and commerce
I have this code in that puts the product text in the middle but it's not working on mobile. Any ideas?
Website: antonbjarkiolsen.com
pass: passwordpassword
Solved! Go to the solution
This is an accepted solution.
@media screen and (max-width: 767px) {
.collection .products .product .info {
height: auto !important;
place-self: center !important;
padding: 10px;
text-align: center;
}
.collection .products .product .info h3 {
font-size: 16px;
margin: 0;
padding: 5px 0;
text-align: center;
}
.collection .products .product .info p {
font-size: 14px;
margin-top: 10px;
text-align: center;
}
.collection .products .product img {
width: 100% !important;
height: auto !important;
max-width: 100%;
display: block;
margin: 0 auto;
}
}
Hey @AntonBjarki
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 (max-width: 767px) {
.collection .products .product .info {
height: 60px !important;
place-self: center !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello! the text is now centered but it's all cut.
Any ideas?
This is an accepted solution.
@media screen and (max-width: 767px) {
.collection .products .product .info {
height: auto !important;
place-self: center !important;
padding: 10px;
text-align: center;
}
.collection .products .product .info h3 {
font-size: 16px;
margin: 0;
padding: 5px 0;
text-align: center;
}
.collection .products .product .info p {
font-size: 14px;
margin-top: 10px;
text-align: center;
}
.collection .products .product img {
width: 100% !important;
height: auto !important;
max-width: 100%;
display: block;
margin: 0 auto;
}
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024