Home › Forums › WoodMart support forum › Responsive text problem … › Reply To: Responsive text problem …
January 17, 2018 at 5:53 pm
#33874
Artem Temos
Keymaster
Ah we got it. Please, remove the line height option from the body fonts in Theme Settings -> Typography. Or add the following CSS code to the custom CSS area in Theme Settings
.woodmart-title-size-default .woodmart-title-container {
line-height: 1.5;
}