Transforming pages GB 1.x to 2.x

  • 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 🙂

  • 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.

    Full width layout

    Full width layout to be applied in the front page

  • 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.

  • 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;
    }
  • yes, that worked, thanks!

  • No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.