46 lines
1.3 KiB
CSS
46 lines
1.3 KiB
CSS
/*
|
|
Theme Name: Calla
|
|
Theme URI: https://calla.qodeinteractive.com/
|
|
Description: An Elegant WooCommerce Theme Tailored for Online Shops
|
|
Author: Elated Themes
|
|
Author URI: http://themeforest.net/user/elated-themes
|
|
Text Domain: calla
|
|
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
|
|
Version: 1.6
|
|
License: GNU General Public License
|
|
License URI: licence/GPL.txt
|
|
|
|
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
|
|
|
|
*/
|
|
|
|
|
|
.slick-slide img {
|
|
width: 100%;
|
|
/* max-width: fit-content;
|
|
margin: 0 auto; */
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.woocommerce-product-gallery.images{
|
|
max-width: 600px;
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
}
|
|
}
|
|
|
|
.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-prev{
|
|
width: calc(100% - 6px);
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-next{
|
|
width: calc(100% - 6px);
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
|
|
left: inherit !important;
|
|
} |