Archived topic
Second Button on Shop Page Not Working Fine
6 replies · Started by Odira on October 9, 2017
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.
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
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.
You can try adding this CSS:
a.button.fpd-catalog-customize {
width: auto !important;
display: inline-block;
margin-left: 5px !important;
}
Ok. Thanks. Let me try that.
That worked fine. Thanks again.
You're welcome :)