Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi,
i hope somebody can tell me why "image-bar" section is not showing up on a page.
It doesnt even come up as an error like the blog post liquid.
Help!
https://adk-latvia-2.myshopify.com
password: eaxuck
Ok, i did manage to copy the 'image-bar' section code and make a new template with the same code, but now the images are not in the width of th epage but fixed, can someone help me correct the width?
Could you share the page link , so that I can help you better?
your storefront is password protected , would need the password as well
I did list the page and password in the original post 🙂
password: eaxuck
I am not sure if this possible through theme editor, but if you comfortable with code please update your theme.scss file with
.page-width {
max-width: 100vw !important;
}
Wouldnt that change the page width for the entire webpage? What should i do if i need for a specific template page?
Kind regards.
add a new class to that page template on the same div that has page-width class, then update the theme.scss.liquid file with the same code for example
.page-width-custom {
max-width: 100vw !important;
}
User | RANK |
---|---|
113 | |
90 | |
70 | |
65 | |
46 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022