Home › Forums › WoodMart support forum › Responsive text – reduce spacing › Reply To: Responsive text – reduce spacing
January 31, 2018 at 7:20 am
#36293

Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.woodmart-title-container.woodmart-text-block.font-primary.woodmart-font-weight-700 {
line-height: 1.2;
}
Regards