• Resolved Solutions Redefined

    (@kbc-unlimited)


    Not sure if you can help or not
    On mobile the “go create” is gigantic and will only go to configurator if you click it at the top. If you click button in the middle it just kind of goes in and out but won’t connect to configurator.
    I would make the whole section link to it, but there is no link address to put in from what I can tell.

    BTW – LOVE the plugin

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi there,

    This CSS will fix the size of the button:

    @media (max-width: 660px) {
        .is_configurable button.configure-product {
            font-size: 1.5rem;
            display: block;
            width: 100%;
        }
    }

    Though the other issue is that you’ve embedded the configurator but still have the button to open the modal. As the configurator is already opened at the bottom, the button doesn’t do anything more.

    So what you may want to do is either remove the inline configurator, or create a template in Divi which will have the configurator instead of the button.

    If you’re not sure how to do that, you can check this issue on Github: https://github.com/marcusig/woocommerce-product-customizer/issues/21#issuecomment-797762256

    BTW – LOVE the plugin

    I’m glad you do ??

    Best,
    Marc

    Thread Starter Solutions Redefined

    (@kbc-unlimited)

    Thank you kindly ??

    and yes, I was trying out the configurator on the page when I came here and saw another post about how to put it on the page. We have decided to put them on the page instead of linking to them.

    Thank you so much for all your help – as usual ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘giant button on mobile view not linking’ is closed to new replies.