Home › Forums › WoodMart support forum › how to increase “hover”? › Reply To: how to increase “hover”?
October 9, 2024 at 8:06 am
#603571
Hung Pham
Keymaster
Hi nikkylikescoffee,
Thanks for reaching to us.
Because of the length of name of attributes, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS to display attributes one by one instead.
table.shop_attributes tr{
display: block;
}
table.shop_attributes td {
text-align: start;
}
Regards,