• Resolved diversified

    (@diversified)


    Hello tablepress team

    I read all entries about columns width, but could not find a solution. My table looks in every browser different (Windows/Apple, Safari, Firefox, Chrome etc.). On Apple its now ok on Chrome and Safari, but not on Firefox. What can I do? Thank you!

    Nicole

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter diversified

    (@diversified)

    Hello team

    Is there a way, how I can get an answer? Thank you so much.
    Nicole

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble. Also sorry for the long wait. As I was on holidays, I could reply earlier.

    The browsers calculate the column widths differently, based on the content in the cells. Here, the best solution might however be to manually set column widths, via the CSS approach from https://tablepress.org/faq/column-widths/
    Can you maybe try that?

    Regards,
    Tobias

    Thread Starter diversified

    (@diversified)

    Hello Tobias

    No problem, holidays are important!

    That’s what I did:
    .tablepress .column-1 {
    width: 100px !important;
    }

    But it’s on every browser different.

    Thank you.
    Nicole

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Nicole,

    ok, I see. In addition to that, can you please try these two CSS codes (independently)?

    .tablepress {
      border-collapse: separate;
    }

    or

    .tablepress {
      table-layout: fixed;
    }

    Regards,
    Tobias

    Thread Starter diversified

    (@diversified)

    Hello Tobias

    With
    .tablepress {
    table-layout: fixed;
    }
    it’s worse than it is without, it looks terrible in Google Chrome.

    With
    .tablepress {
    border-collapse: separate;
    }
    nothing change. In Firefox, the first column is still differently wide.

    I will ask the customer how it looks like on a Windows system.

    Hope we can find a solution for this small problem.
    Thank you.
    Nicole

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Nicole,

    ok, thanks for checking this.

    Unfortunately, I have no real idea why Firefox shows the column widths so differently here ??
    I guess that you’d have to either turn off the use of the JavaScript features or the tabbing feature.

    Regards,
    Tobias

    Moderator James Huff

    (@macmanx)

    Hi there @diversified I see you reported this thread to the moderators. Please note that we are just the folks who enforce the rules around all of www.remarpro.com.

    Reporting to moderators doesn’t get any faster support, instead it just kind of attracts attention from folks whose radar you probably don’t want to be on. ??

    If you really do need a moderator, please add a reply letting us know why before you hit the report button.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sorry again for not having a solution here, Nicole. ??

    Regards,
    Tobias

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problem with the column width in Firefox’ is closed to new replies.