jamievehiclemedia
Forum Replies Created
-
I didn’t have any custom CSS for gallery images originally. But using the class name you gave me I’ve made media queries for each phone size to keep adjusting the size of the gallery like this:
*full desktop*
.images.nickx_product_images_with_video.show_lightbox {
max-width:600px;
}
*medium-small screens*
@media screen and (max-width: 1024px) {
.images.nickx_product_images_with_video.show_lightbox {
max-width:375px;
}
}
*phone sizes to keep gallery from exceeding device width*
@media screen and (max-width: 768px) {
.purchase-product .product.type-product {align-items:center;}
.images.nickx_product_images_with_video.show_lightbox {
max-width:370px;
}
}
@media screen and (max-width: 430px) {
.images.nickx_product_images_with_video.show_lightbox {
max-width:400px;
}
}
@media screen and (max-width: 400px) {
.images.nickx_product_images_with_video.show_lightbox {
max-width:370px;
}
}
@media screen and (max-width: 360px) {
.images.nickx_product_images_with_video.show_lightbox {
max-width:350px;
}
}Curious if there’s any more efficient way to do this in your opinion?
Normally your gallery automatically matches the device width. On my theme, it doesn’t and it keeps abiding by your original nickx-front.css declaration (below) even if it’s in an area 360px wide:.images.nickx_product_images_with_video {
max-width: 700px;
}I really appreciate your help! 🙏
- This reply was modified 1 year, 10 months ago by jamievehiclemedia.
700px on mobile for the slider is still like twice the width of the phone screen?
can you point me to a declaration to reduce that – thanks again. I just need it to adapt to the container / screen size
screenshots in case you weren’t seeing what I am. as you can see page content just runs off the edge etc.


- This reply was modified 1 year, 11 months ago by jamievehiclemedia. Reason: adding screenshots and bit of context
It is completely breaking the size of the page on mobile. I am trying to embed some photos of it but I need to host the images to be able to do that.
I understand your plugin is not at fault etc but was hoping you could advise me how I could help usher it into the correct container size or anything. Trying to justify purchasing the plugin to my bosses too.
Got your entry! Thanks again for the excellent support. Marking it closed thanks!

So i bet those missing key/message pairs might relate to the fact the fname/lname (and message body as a “note”) didn’t make it over for the submissions during this down-time
Because the first and last name are def required fields.
Not huuugely worried about this right now, it seems a GREAT many of these form submissions are spam so… guess we need to tighten that up.
- This reply was modified 2 years ago by jamievehiclemedia. Reason: fixing picture embed
Wow thanks for the lightning fast response! https://ironvestpartners.com/contact/
I appreciate the thorough investigation folks, really.