• Resolved bobfox321

    (@bobfox321)


    I am trying to expand the 10th column of my table titled “Public Notes”. I have tried specific table and all TP tables formats. It simply will not work for me. I did research it and tried many suggestions to no avail. I need this for desktops, tablets and smart phones in landscape. Sorry for not understanding something. TIA for any help.

    Theme:
    Ithemes Americana

    Here is the link:
    https://conservativescores.org/home/

    Here is what I have in options:
    .tablepress tbody td {
    font-family: Georgia;
    font-size: 14px;
    color: #000000;
    }

    .tablepress .column-10 {
    width: 300px;
    }

    @media print {

    .tablepress {
    display: none;
    }

    }

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason why that column is not expanding right now is that the other columns simply need some space as well, and the table is at its maximum width already. That maximum table width is defined by the available content area of the surrounding elements in the page, which are again defined by your theme.
    Right now, the page is divided into two big “columns” by the theme code, one with 80% and one with 20% width.
    You’ll therefore need to find a way to change that. Most likely, it will be as easy as choosing a different “Page Template” on the “Edit” screen of the page. There, you should choose something like “One column” or “Full width” layout to increase the content area that is available to the table. The table can then fill more space on the page, so that the column 10 can be expanded.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Column widths – Simple tweaks do not work for me’ is closed to new replies.