Hello,
I have a problem on some product pages, it looks like this:
So it was supposed to be like this:
How can I resolve this?
Hello,
I have a problem on some product pages, it looks like this:
So it was supposed to be like this:
How can I resolve this?
Hi Daniel,
can you provide an example on which products that problem appears?
The ones I’ve checked are working well!
Here are some products
https://tudoconexao.com/products/lixeira-para-banheiro-e-cozinha-automatica-com-sensor-inteligente
Seems to be because the buy box element is positioned as absolute. This causes it to overlap the section that sits right below whenever the buttons for choosing your variants switch to a second row when using smaller device widths.
A better way would be to use a grid for positioning that upper section. I got it to work here with a few changes:
But that would require you to change the theme code and also make it responsive for the different Screen sizes.
If you don’t feel comfortable with that I think you should seek some help from a theme dev as this is not an easy quick fix.
Hope that helps you a bit!