Home Forums Basel support forum Extra Content Block Bug on Product Detail Page Reply To: Extra Content Block Bug on Product Detail Page

#10506

Artem Temos
Keymaster

Hello,

Thank you for your detailed explanation of the issue.

It seems to be a small bug in our theme so we will check it in the next update. As for now, please try to disable Stretch row for this block and add the following code to the Custom CSS section in Theme Settings

.single-product-content > .container + .vc_row {
	max-width:1170px;
  	margin-left:auto;
  	margin-right: auto;
}

Kind Regards
Xtemos