• Resolved chriscarrollsql

    (@chriscarrollsql)


    Hi,
    I have a query that contains 7 columns which is now in a table on a page (thanks).
    The issue I am having is that each column is the same width but they contain various lengths of data.
    e.g. 2 columns only contain INTs so I would like them to be more narrow, whilst others contain long strings that I would like to be wider as they are currently wrapping and causing some rows to double in height.
    I am looking to do this from the WordPress Admin pages if possible.
    I found an earlier post regarding the a general column width where you suggested using the below;
    .ELISQLREPORTS-table td {width: 50%}
    but as I said I am looking to apply different widths to different columsn if possible.
    thanks in advance

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

    (@scheeeli)

    There are no inherent styles in my plugin that would enforce the columns being the same size, so the effect that you are seeing must be enforced by a stylesheet included on the page from your theme or some other plugin. It would help if I could see the page that you are referring to so that I could tell you exactly which styles are creating that equal column effect that you don’t want.

Viewing 1 replies (of 1 total)
  • The topic ‘Different column widths’ is closed to new replies.