Feedback for your online store from the community
Hello,
Hopefully someone can help me out with the following issue. My mobile view is giving an error which I can't figure out.
I tried using a code and pasted this is the css but that one didn't work for me so maybe there is someone who can help me out.
Fiorenze.nl
Password: Fiorenze24
Hey @J2402
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) {
h2.banner__heading.inline-richtext.h1 {
color: black !important;
}
.banner--mobile-bottom .slideshow__text.banner__box {
color: black !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks for the quick reply, but I would like it to be the same as my desktop page
Hey @J2402
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) {
.banner__content {
position: absolute !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks! Can there still be 1 slight change?
I'd like to have the text located where it is on the desktop with a smaller text and buy button like this:
Thank you in advance!
Hey @J2402
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Also, if you can explain your issue in a bit detail then that would be amazing. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hey,
Fiorenze.nl
Password: Fiorenze24
The problem is that my first slide doesn't show as it should when I open de mobile version. I tried several things, but it didn't help.
Hi @J2402
From what you’ve shared, it looks like your mobile view issue could be tied to either a CSS error or improper code implementation in your theme. I’ll break it down and guide you through a solution.
Open your store in a browser and use developer tools (Ctrl+Shift+I on Windows or Cmd+Option+I on Mac). Switch to mobile view to identify the exact issue. Look for:
@media only screen and (max-width: 768px) {
/* Your custom mobile-specific styles here */
.your-class {
/* Example: Fix overflow */
overflow: hidden;
}
}
If you’re not comfortable coding, try adjusting mobile view directly in the theme editor:
Based on your shared links, image dimensions or alignment could also cause issues. To fix this:
@media only screen and (max-width: 768px) {
/* Ensure images fit within mobile screens */
img {
max-width: 100%;
height: auto;
}
/* Prevent horizontal scrolling */
body {
overflow-x: hidden;
}
/* Adjust text sizes */
.mobile-text {
font-size: 16px;
line-height: 1.5;
}
}
Sometimes, changes don’t reflect immediately due to caching. Clear your browser cache or use an incognito window to check updates.
If none of these work, share more details like:
I’d love to dive deeper into this with you. If you need any other assistance, feel free to reply and I will try my best to help.
Best regards,
Daisy
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025