-
Lysann
Hi there,
i transformed the homepage with the Full width layout and merged header, set the page layout to full width. But its still contained to the global width in the customiser. That should be displayed in full width no?
Thanks for checking 🙂
-
George
Hello,
The homepage is the shop archive. Can you explain how you set that to full width? Might be better to create a Layout element instead, set it to full-width and set the Location in Display Rules to Front Page.


-
Lysann
Hi George,
i did it via the page-settings https://imgur.com/gosDjMu – i also tried it as you described but then the archive section is also full width, which is not desired. i could wrap the articles in a container and set it to global width but i don’t find a way to wrap that query in a container.
-
George
Hi,
No problem, just leave it as is (no Layout element) and use the following CSS:
.woocommerce-products-header { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); max-width: 100vw; } -
Lysann
yes, that worked, thanks!
-
George
No problem!
- You must be logged in to reply to this topic.