No content to show
User Activity
06-22-2024
Hi,Go to your Online store > themes> "your theme in which you want to work"> edit code > assets > theme.css Now find code:@media screen and (min-width: 1150px) { .footer__block-list { justify-content: var(--footer-content-justify-items); col...
Hi,you can use this line:{{ block.settings.icon_image| image_url: preload: false, width: block.settings.icon_image.width, height: block.settings.icon_image.height| image_tag: width: 50, height: 50, loading: 'lazy'}}if your required design part loads ...