Home Forums WoodMart support forum Responsive text problem … Reply To: Responsive text problem …

#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;
}