diff --git a/themes/oont-themev2/assets/css/alaskardev.css b/themes/oont-themev2/assets/css/alaskardev.css index 02d475086..15ad21505 100644 --- a/themes/oont-themev2/assets/css/alaskardev.css +++ b/themes/oont-themev2/assets/css/alaskardev.css @@ -171,16 +171,17 @@ a.ast-loop-product__link h2 { position: relative; z-index: -1; } + + +/*/* single product image */*/ @media (max-width: 768px) { .single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container { max-height: 630px; } -} -/*/* single product image */*/ -@media (max-width: 767px) { - .elementor-473 .elementor-element.elementor-element-4eab943>.elementor-element-populated { - max-height: 630px + .elementor-473 .elementor-element.elementor-element-4eab943>.elementor-element-populated { + max-height: 630px; +} } /* End of AlaskarDev */ diff --git a/themes/oont-themev2/functions.php b/themes/oont-themev2/functions.php index 100c9734f..14dac3e59 100644 --- a/themes/oont-themev2/functions.php +++ b/themes/oont-themev2/functions.php @@ -11,7 +11,7 @@ /** * Define Constants */ -define( 'CHILD_THEME_OONT_THEME_VERSION', '1.5.0' ); +define( 'CHILD_THEME_OONT_THEME_VERSION', '1.5.1' ); define( 'SOFTOBA_RETURN_POST_TYPE', 'return_request' ); define( 'SOFTOBA_EXCHANGE_POST_TYPE', 'exchange_request' ); define('SOFTOBA_THEME_DIR', get_stylesheet_directory());