Shopify themes, liquid, logos, and UX
Guys pls help. Image banner not showing up on mobile view. My site: 108creations.com
Solved! Go to the solution
This is an accepted solution.
Hello @margo141
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media (max-width: 768px)
{
section#shopify-section-template--17172089667721__image_banner_3MEcbe div#Banner-template--17172089667721__image_banner_3MEcbe {
display: block !important;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
This is an accepted solution.
Hello @margo141
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media (max-width: 768px)
{
section#shopify-section-template--17172089667721__image_banner_3MEcbe div#Banner-template--17172089667721__image_banner_3MEcbe {
display: block !important;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Thank you million times! It is working!
Hello @margo141
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.
#shopify-section-template--17172089667721__image_banner_3MEcbe #Banner-template--17172089667721__image_banner_3MEcbe {
display: block!important;
}
Hi @margo141
I hope you are well.
Upon our checking, it has been caused by this code here:
You just need to remove this code from your CSS file, then an issue can be resolved.
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Thank you very much! That could be a solution too!
Hi @margo141
Thank you for your for your confirmation. Please let me know if you need anything else!
Best,
Daisy - Avada Support Team
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