Home Forums WoodMart support forum Question about product specification presentation

Question about product specification presentation

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #650218

    dhndigitalmarketing
    Participant

    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.

    #650492

    Luke Nielsen
    Keymaster

    Hello,

    Yep, it should work. Let me know the result.

    Kind Regards

    #653754

    dhndigitalmarketing
    Participant

    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.
    #653883

    Luke Nielsen
    Keymaster

    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

    #654013

    dhndigitalmarketing
    Participant

    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.
    #654367

    Luke Nielsen
    Keymaster

    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

Viewing 6 posts - 31 through 36 (of 36 total)