This topic has 6 replies, 3 voices, and was last updated 1 years, 3 months ago ago by ubansal
as you can see there is a gap between main image and product title please help me reduce it as it look very bad
Hello @ubansal,
In order to resolve your issue, please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Mobile CSS and Mobile LandScape CSS. After doing so, please clear your browser cache and check back to your site.
.single-product .product-images {
margin-bottom: 0 !important;
}
.single-product .woocommerce-product-gallery .swiper-container {
margin-bottom: 0 !important;
}
Best Regards,
8Theme’s Team
Hello, @ubansal,
Thank you for choosing XStore as your WooCommerce WordPress theme.
Please change this custom CSS code https://prnt.sc/xD4LXOBTNATI to
@media only screen and (max-width: 768px) {
.single-product div#swiper-unique-id-2 {
display: none;
}
.product-images {
margin-bottom: 10px;
}
}
We hope this answer is helpful.
Kind Regards,
8theme team
i added the code but it didnt work.
THANKS
Tagged: main image, product title, seo friendly, templates, woocommerce, wordpress
The issue related to '‘gap in btwn main image and product title’' has been successfully resolved, and the topic is now closed for further responses