Question about product specification presentation
-
The code below is the code to create the table, right? If you want to add a row to the table, copy the code and paste it right below to add a row to the table, right?
<table style=”margin: auto; text-align: center; width: 100%; max-width: 600px;”>
<tbody>
<tr>
<td style=”text-align: left;”></td>
<td style=”text-align: right;”></td>
</tr>
</tbody>
</table>
Best Regards.
Hello,
Yep, it should work. Let me know the result.
Kind Regards
My table when used the code I sent has a small problem that it does not permanent the middle frame, the middle frame changes according to the content, I want the middle frame to be fixed, if the character on one side is too long, it will automatically go to the next line, please help me, thank you in advance
Attachments:
You must be
logged in to view attached files.
Hello,
At the moment, I see that it looks well – https://prnt.sc/bgWm7npkbkN2
Let me know if you have sorted it out.
Kind Regards
because it doesn’t have a fixed middle frame, so on the mobile version, the side with more content overflows the remaining area, I want each side to have a fixed area and equal area, if that area runs out then go to the next line, I hope you can support me, thank you in advance
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below:
.single-product .woocommerce-Tabs-panel--wd_custom_tab table td {
width: 50%;
}
Result: https://prnt.sc/mD4P9EyAat4p
Kind Regards