Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    delete/change the padding in:

    #content TR TD
    {
    	border-top: 1px solid #E7E7E7;
    	padding: 6px 24px;
    }

    and align the first colom to the left

    Try adding padding:0; to each td.

    delete/change the padding in

    Don’t edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress. For this reason, it is recommended that you consider creating a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter hjonson

    (@hjonson)

    Wow, thanks for the quick response!
    Yea, modifying TwentyTen didn’t appeal to me (altho’ I already elinated RSS from Meta).
    Adding “padding:0;” to each TD works! Thanks.
    But I already had <style> td {padding:0px;} -why didn’t that work?
    “:0” vs “:0px” maybe?
    Source is same as http://www.w3schools.com/css/tryit.asp?filename=trycss_table_border-collapse

    Thread Starter hjonson

    (@hjonson)

    Reading “child-theme” page now – thanks again!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Unwanted Table Padding’ is closed to new replies.