• Resolved awaaxyb

    (@awaaxyb)


    Hello,
    we love tablepress but we have a problem; since we try to change some style to adapt the colors to our brand colors we can have this problem on the header of the table: the column are off-set.

    We take this table for the example :
    PC view : https://prnt.sc/OWy2MFMcv_6R
    Mobile view : https://prnt.sc/64p7bkIkfqpa

    The table in tablepress :
    table content : https://prnt.sc/Jl1Z7cAp7wRr
    table settings : https://prnt.sc/lc8K_pP3xwfo

    We use this stylesheet in “Plugin options” tab : https://prnt.sc/bhGfzBurnyvP

    If you want to copy :

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #000;
    	color: #fff;
    	text-align: center;
    	border: white solid 1px;
    }
    
    .tablepress td,
    .tablepress th {
    	text-align: center;
    	border: black solid 1px;
    }
    
    .tablepress-table-description {
    	color: #000;
    	font-weight: 500;
    	margin-bottom: 3px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please try adding this to the “Custom CSS” as well?:

    .tablepress {
      width: 100% !important;
    }

    If it’s still not working, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter awaaxyb

    (@awaaxyb)

    Hello Tobias, thanks to have you here to find the solution.

    We add the custom css and this solution doesn’t work actually.

    It is possible to share you link quickly in private for example to your email ? we prefers to keep the project to the private place actually thanks if it’s possible ??

    Awaaxyb

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, please send me an email then. The address is on https://tablepress.org/impressum/ .

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Column thead are offset, need help to fix’ is closed to new replies.