Hi there,
Thanks for reaching out.
Can you please share the site URL with me so I can check it out?
Let me know and I’ll be glad to check this for you.
Best,
Thread Starter
DICKLY
(@dicklim39)
Hi Daniyal,
Thank you for reply here is the link
Product Link
See if you can help
Thanks
Dicky
Hi there,
Thanks for getting back to me.
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
/* Change product title font size and spacing */
@media(max-width:768px){
.single-product h1.product_title.entry-title {
font-size: 22px;
}
.single-product div.product .woocommerce-product-gallery {
margin-bottom: 0 !important;
}
}
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Best,
Thread Starter
DICKLY
(@dicklim39)
Hi Daniyal,
It works great, thank you very much for your work
Dicky
You are very welcome. Have a nice day!