• Resolved seopie

    (@seopie)


    Hi,

    Firstly, this is a great plugin, so thanks for your work on creating and supporting it.

    Single Product Layout – In the standard WP editor I can select Layout One, and it displays fine in the editor, but on the live post it displays Layout Two. The class remains as product-layout-1.

    Any ideas?

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @seopie,

    For some reasons, the CSS customization are not showing. You can use the below CSS to fix it.

    .affx-single-product-wrapper .affx-sp-inner {
    position: relative;
    }
    .affx-single-product-wrapper .affx-sp-content {
    align-items: initial;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    }
    .affx-single-product-wrapper .affx-sp-content .affx-sp-img-wrapper {
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: end;
    width: 45%;
    text-align: center;
    position: relative;
    }
    .affx-single-product-wrapper .affx-sp-content .affx-sp-content-wrapper {
    flex: 1;
    }
    .affiliatex-button, .affx-btn-wrapper .affx-btn-inner .affiliatex-button {
    background: #2670ff;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: center;
    }

    Let me know if this fixes the issue or not.

    Thread Starter seopie

    (@seopie)

    Thank you

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