Hi @nostaljinl!
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
@media only screen and (max-width: 480px) {
.woo-variation-product-gallery {
width: inherit !important;
}
}
@media only screen and (max-width: 480px) {
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
right: 1.8em !important;
}
}
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Hope this helps.
Hi Mirko,
Thank you! It helped! Really this is great.
I’m going to watch the tutorials! Thanks for the tip.
Ps. I don’t know if I can ask question after answer. Before I used the CSS, I saw that my website logo does show on an iPhone… and not on a smaller Samsung phone.
Do you perhaps know a solution for this? I would like every user to see the same layout.
I’d love to hear from you Mirk Or other users.
Again thanks a lot!
Regards,
NostaljiNL
-
This reply was modified 4 years, 3 months ago by
nostaljinl.
Hi @nostaljinl
Most welcome! Glad to hear that Mirko’s solution has been of help to you. 🙏
May I ask you to please open a new topic regarding this issue, as we would like to stick to a single issue per thread. Thanks!
You can create a new thread here: https://wordpress.org/support/plugin/woocommerce/#new-topic-0
@nostaljinl
We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.