Home › Forums › Basel support forum › Single Product short description margin › Reply To: Single Product short description margin
June 26, 2017 at 11:27 am
#15598
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-grid-item .btn-add {
display: none;
}