• Resolved sammybotz

    (@sammybotz)


    In my footer of all pages I have tablepress for Day, Hours and Services. The table ID is 1 .

    I did figure out how to adjust the width but it can only go wider, I want it more narrow. Also I would like the padding more compressed but that does not work either.
    I also installed the TablePress Extension: Responsive Tables .

    Please give me the css code to tighten this table up. Narrow and padding.

    Thanks very much,
    Sal

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sammybotz

    (@sammybotz)

    Never mind please, I finally found the answer. I got it all working good using this CSS code:

    .tablepress tbody td {
    	font-family: Georgia;
    	font-size: 16px;
    	font-weight: normal;
    	color: #0325FA;
    }
    
    .tablepress th,
    .tablepress td {
    	white-space: nowrap;
    	line-height: 25px !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-left: 5px !important;
    }
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this looks good to adjust the padding. Nice find!

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘table width and padding’ is closed to new replies.