• Resolved sanapi

    (@sanapi)


    Hello. Thanks for a nice theme.

    Please help me.

    There is no problem at the stage of making a table with the editor.

    However, when I save and preview, the padding is gone and it gets thinner.

    Other themes display correctly.

    I thought there might be a conflict with the plugin, so I installed WordPress anew and tried it without the plugin, but there was no change.

    Is there any solution?
    Sorry to trouble you, but thank you.

    usage environment
    Wordpress 5.3.2
    PHP 7.3

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • blossomthemessupport

    (@blossomthemessupport)

    Hi @sanapi,

    You can easily adjust the padding of the table row. Please add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    table tr td {
        padding: 25px 15px;
    }

    Please adjust the value according to your need. The 25px is value for top and bottom padding and 15px value is for left and right padding.

    Kindly let me know if you face any issues or have further questions.

    Thread Starter sanapi

    (@sanapi)

    Thank you.
    it is complete!
    I was impressed with the quick response.
    Sincerely thank.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table is displayed thin’ is closed to new replies.