single product page max height

This commit is contained in:
nomadics9 2025-04-03 15:58:30 +03:00
parent 12e91344db
commit f94c10202f
2 changed files with 7 additions and 6 deletions

View file

@ -171,16 +171,17 @@ a.ast-loop-product__link h2 {
position: relative; position: relative;
z-index: -1; z-index: -1;
} }
/*/* single product image */*/
@media (max-width: 768px) { @media (max-width: 768px) {
.single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container { .single-product .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
max-height: 630px; max-height: 630px;
} }
}
/*/* single product image */*/ .elementor-473 .elementor-element.elementor-element-4eab943>.elementor-element-populated {
@media (max-width: 767px) { max-height: 630px;
.elementor-473 .elementor-element.elementor-element-4eab943>.elementor-element-populated { }
max-height: 630px
} }
/* End of AlaskarDev */ /* End of AlaskarDev */

View file

@ -11,7 +11,7 @@
/** /**
* Define Constants * 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_RETURN_POST_TYPE', 'return_request' );
define( 'SOFTOBA_EXCHANGE_POST_TYPE', 'exchange_request' ); define( 'SOFTOBA_EXCHANGE_POST_TYPE', 'exchange_request' );
define('SOFTOBA_THEME_DIR', get_stylesheet_directory()); define('SOFTOBA_THEME_DIR', get_stylesheet_directory());