Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi There I want to achieve the following: 1st picuture of the product on the left full screen than the second tm x pictures half screen. Like is done on this webpage: https://mokumwatches.com/product/omega-speedmaster-ck2998-4-premoon-cal-321-from-1961/
I am really disappointed there is no standard option to this in the theme but I am trying to figure out where the functions and layout files are that are used for this product images so I can try to change it myself.
To put this in other words, where is the
Hi,
Sure you can achieve this by adding this custom CSS:
.single-product-images .kalium-woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n + 2) {width: 50% !important;
float: left;
}
The result will be:
https://d.pr/v/bc8EVI
A similar product images layout already exists:
https://demo.kaliumtheme.com/shop/product/bridge-backpack/?shop-single-image-layout=default
But it has carousel implemented.
You are my hero!
Happy to hear that!
Have a nice day!
Will mark this ticket as solved from now.
P.S: If you like our theme, it would help us a lot if you could give us a five star rating on themeforest from your Downloads tab.
A huge thank you from Laborator in advance!