• Resolved igorsansouza

    (@igorsansouza)


    Hello,

    I’m trying to set the width of some columns in one some of mt tables. I created a class, specified it in “Extra CSS classes” and applied the following code in “Custom CSS”:

    .armor-table .column-1,
    .armor-table .column-2,
    .armor-table .column-4 {
    	text-align: center;
    	width: 50px !important;
    }
    
    .armor-table .column-3 {
    	width: 150px !important;
    }
    
    .armor-table .column-5 {
    	width: 600px !important;
    }

    The text alignment is apllying in columns 1, 2 and 4, so i think i’m doing it right, but the widths continue not applying. What can i do?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Seting widht for columns in TablePress’ is closed to new replies.