Hi all.
I encountered the following problem:
I’m creating a custom page for the wooCommerce archive and using full-width blocks. However, when I assign this page as the main page of the store in the WooCommerce settings, all the full width blocks become the width of the container: 1430px
How to fix it? in the same way on the pages of categories – the top banners with category pictures are aligned with the width of the container. I ask the guru for help. Thank you.
Hey AlexCryo,
Thank you for your patience, the width of 1410px is set by your layout at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width
you can set this to 100% or if you only want this for your shop pages you can try this css:
.responsive #top.archive.woocommerce .container {
max-width: 100%;
padding: 0;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you!