Image banner not showing up on mobile view

Guys pls help. Image banner not showing up on mobile view. My site: 108creations.com

1 Like

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

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!

1 Like

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.

1 Like

Thank you million times! It is working!

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