Archived topic
Single Product Template / page With GP Premium and Elementor Pro shows margins
7 replies · Started by César on July 8, 2020
Hello,
I Use Elementor Pro and GP Premium, and only with single product page with theme builder, i have an issue, the page shows an strannger margins on top and right of page, i don't have any margin or padding and only occurs with single product themplate. I need help, please, could you help me? Thanks in advance and best regards!
You could see the example of the issue in the attached URL :)
Hi there,
go to Customizer > Layout > Container and change Content Layout to One Container
Then add this CSS:
.single-product.separate-containers .site-main>* {
margin-bottom: 0;
}
Hi there!
Wow! You are the best!
This Work Fine!
Have a nice day and Thanks for your help :)
Best Regards,
César.
Glad to be of help
Hello Again David, Sorry for the inconveniences, top margin are now great, but right margint appears again :(
Please, could you help me?
Thanks in advance.
Best Regards!
Odd - what happens if you set the Separating Space to 0 in Customizer > Layout > Container ?
If not add this CSS:
.single-product.one-container .site-main {
margin-right: 0 !important;
}
Thanks Again David,
With This:
.single-product.one-container .site-main {
margin-right: 0 !important;
}
Working Fine!
Have a nice day :)
Best Regards! You are the best!
Happy to be of help