Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the code as per your requirements.
.single-product .shop_attributes tr {
display: flex;
flex-direction: row; /* stack name and value vertically */
justify-content: flex-start;
align-items: center;
text-align: center;
width: 50%;
gap: 5px; /* control vertical spacing */
}
.single-product .shop_attributes th,
.single-product .shop_attributes td {
width: 100%;
text-align: center;
}
Best Regards,