[Resolved] Padding in tabels

  • Author
    Posts
  • #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 1 post (of 1 total)

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

Scroll to top