Home › Forums › WoodMart support forum › woodmart conflict with woocommerce group attributes › Reply To: woodmart conflict with woocommerce group attributes
August 29, 2024 at 2:23 pm
#593553

Artem Temos
Keymaster
Hello,
Use the following custom CSS code to fix the alignment issue. As for the pipeline, our theme uses ,
sign instead of |
.
The hint option is our theme’s feature and it will not work in the table rendered by the plugin.
.attribute_row .attribute_value p {
margin-bottom: 0;
}
.attribute_row .attribute_value .wd-attr-term {
display: inline-block;
}
Kind Regards