[Resolved] Padding in tabelsThis topic has 1 reply, 2 voices, and was last updated 2 years, 5 months ago by Andrew Misplon.AuthorPosts June 20, 2022 at 11:58 am #16907 abParticipantHi,How do I change the themes default padding in tables?Kind regards, Asger June 20, 2022 at 2:23 pm #16909 Andrew MisplonKeymasterHi AsgerThanks for reaching out.Please, try adding the following to Appearance > Custom CSS or Customize > Additional CSS or any similar Custom CSS location:table th, table td { padding: 0.75em; } @media (max-width: 480px) { .resp table th, .resp table td { padding: 2%; } }Please, try adjusting the values above and let me know how it goes.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)The topic ‘Padding in tabels’ is closed to new replies.