New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Many parts of theme are not responsive.
Hi, Please use this custom css code:-
.woocommerce .product-carousel ul.products li.product a img{ max-height:220px !important; }
Thanks Mohammad
Awesome!!
Thank you so much Mohammad (and team). I appreciate the ongoing support.
Thank you, D
#main-navigation ul.menu > li{ line-height:30px !important; }
Hi there,
This is caused by your custom css:
#header-section > #main-nav { margin-top: -40px; }
Replace that with this:
#header-section #header { padding: 25px 0px 0; }
– Ed
Hello wpoi.web,
Checking this now.
.woocommerce .product-carousel ul.products li.product a img { object-fit: cover; backface-visibility: hidden; }
The above CSS should do the trick.
Hi,
The CSS you are using max-height is causing that.
max-height
You would need to either remove it (dependant on your specific needs) or remove for tablet only.
Let us know if you need assistance.
Thanks, David.
Please use this tool to choose the correct media query that you require:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
You must be logged in and have valid license to reply to this topic.