Hi,
There is a lot of white space appearing at the top of my product pages (screenshot https://prnt.sc/zstt99) and I don’t know how to remove it. Could you please assist?
Kind regards,
Jayne.
This topic has 3 replies, 2 voices, and was last updated 4 years ago ago by jayneth_82
Hi,
There is a lot of white space appearing at the top of my product pages (screenshot https://prnt.sc/zstt99) and I don’t know how to remove it. Could you please assist?
Kind regards,
Jayne.
Hey Jayne,
Thanks for reaching out to us.
In relation to the issue here, please navigate to your WordPress dashboard under XStore > Theme Options > Theme Custom CSS > Desktop and add the following CSS code:
.single-product-wide .single-product-sidebar, .single-product-wide .product-information {
padding-top: 0vw;
}
Still within the Theme Custom CSS section, access the Global CSS section and add the following code:
.single-product .product-information-inner {
padding-top: 1vw;
}
Let me know if this gets to help.
Best Regards,
John
Hi John,
Yes, this worked. Thank you.
Jayne.
The issue related to '‘White Space on Product Pages’' has been successfully resolved, and the topic is now closed for further responses