Hi @funique,
It would be a good idea to share a screenshot of what you want to change or adjust on your site, so we can further check and provide you with guidance. We generally recommend https://snipboard.io for sharing screenshots – please follow the instructions on that page, then paste the URL in this thread.
Thanks!
Seems like a JS or CSS issue to me. Basically you should have a carousel on the right but it’s not showing correctly. Do you have any errors in the console?
How to check for console errors
Carousel is fine, it’s the main image displayed. Width is set in media parameters. Because of this I cannot use any css on height that wont affect ratio size of vertical images, see screenshot of white space I want to avoid because of this vertical image… htpps://funique.ca/Untitled-1.jpg
Thank you 😉
Hi @funique,
I’d recommend then checking with your theme author to give better assistance on this.
In the meantime, I’d suggest a band-aid solution to resize the container of that image so that the white space does not appear, though the image will be partially be hidden:
.dhvc-woo-product-gallery .slick-slider .slick-list {
height: 600px !important;
}
* The CSS goes to the Customizer → Additional CSS box, feel free to change to a height value of your preference.
Hope this helps.
Thanks.
Hi @funique
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.