I hope somebody can help me with this. I set the page width of my site to 1300px . The footer and header match that.
Only the image banners, featured collections and slide will not fixto that 1300.
Preferably I would like to the images to scale up to 1300 px…but now they scale up indefinite.
I’ve tried some copied code in the section_image_banner.css and width 80%
but im not sure that’s the problem. It didn’t make any difference and its not only the image banner.
EDIT:
I used this code and placed it in theme.liquid:
[id*='section'][id*='image']{ max-width: 80%; width: 100% !important; margin: 0 auto !important; } @media (max-width: 749px){ [id*='section'][id*='image']{ max-width: 100%; } }Only one image banner is now smaller (too small…but it doesn’t blow up indefinitely anymore)
Im pretty sure there is a code that I place somewhere that says: nothing can be bigger than 1300 pix wide?
thank you!