[Resolved] Padding in tabels

  • Author
    Posts
  • #16907

    ab
    Participant

    Hi,

    How do I change the themes default padding in tables?

    Kind regards,
    Asger

    #16909

    Andrew Misplon
    Keymaster

    Hi Asger

    Thanks 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.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Padding in tabels’ is closed to new replies.

Scroll to top