Home › Forums › WoodMart support forum › elementor product detail page › Reply To: elementor product detail page
July 26, 2020 at 8:18 am
#214246
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.elementor-location-single,
.elementor-location-archive {
flex: 1 1 0%;
width: 100%;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.elementor-template-full-width.single-product .container-fluid {
max-width: 1300px;
}