Reploverse Icon

Solutions for Embedding Replo into Symmetry by Clean Canvas

·
·

Does anybody have any solutions about how to embed Replo into Symmetry by Clean Canvas? Their team is struggling to help me find a solution to remove the unwanted section padding

  • Avatar of Carissa Cui
    Carissa Cui
    ·
    ·

    Hi Alanna! In the page settings, go to Advanced, and under Custom CSS, add the following snippet:

    main#MainContent .container,
    main .container {
    padding: 0 !important;
    margin: 0 !important;
    }

    Lmk if this works!