• Resolved p_e_z

    (@p_e_z)


    Hallo Tobias,

    wie bekomme ich die gesamte Tabelle rechtsbündig. Momentan habe ich es so versucht, aber nichts hilft.

    .tablepress-id-8 .row-1 td {
    	background-color: #ffffff;
    }
    
    .tablepress-id-8 .row-3 td {
    	background-color: #ffffff;
    }
    
    .tablepress-id-8 {
    	width: 350px;
    }
    
    .tablepress tbody td,
    .tablepress tbody th {
    	vertical-align: right;
    }

    https://www.ads-software.com/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You’ll simply need to use text-align:

    .tablepress tbody td,
    .tablepress tbody th {
    	text-align: right;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Gesamte Tabelle rechtsbündig’ is closed to new replies.