Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Second Button on Shop Page Not Working Fine

Home Forums Support [Resolved] Second Button on Shop Page Not Working Fine

Home Forums Support Second Button on Shop Page Not Working Fine

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #399876
    Odira

    Hello, I’m using a product customizer that adds customize button on some products but the buttons don’t behave well. They are overlapping each other on desktop and offsetting on mobile.

    You can see what I’m talking about here: https://www.teeground.com/shop/

    I have tried other themes and that doesn’t happen with other themes. What should I do about this please.

    Thank you.

    #400079
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    How are you adding the button?

    It has width: 100% added to it, which is causing the issue: https://www.screencast.com/t/7Bk5geOpMUz

    #400112
    Odira

    The button was added there automatically by the customizer plugin.

    Is there any thing I can do about it? Like some custom CSS to make it work fine.

    Thanks.

    #400161
    Tom
    Lead Developer
    Lead Developer

    You can try adding this CSS:

    a.button.fpd-catalog-customize {
        width: auto !important;
        display: inline-block;
        margin-left: 5px !important;
    }
    #400175
    Odira

    Ok. Thanks. Let me try that.

    #400180
    Odira

    That worked fine. Thanks again.

    #400344
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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