Ok this will not be a nice solution but should work. Please add this code to
override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
.product-additional-info {
font-size: 0;
}
.product-additional-info * {
font-size: 12px;
margin: 0 3px;
}
and then just remember to enable "Use override CSS" option in template advanced settings tab.