• Resolved inventairech

    (@inventairech)


    Hello again,

    Sorry to come back to support but I have another problem. In mobile format, I’m trying to resize the columns with media queries. However, I only have the header column changing but not the others below.

    I’ve inserted this code:
    @media all and (max-width: 767px) {
    .tablepress-id-1 .column-5 {
    width: 500px !important;
    }
    }

    Can you help me again?

    Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It looks like you are trying to increase that column to make the text more readable? As the table is already too wide and requires scrolling, the browser wants this to be done a bit differently:

    Please try using

    min-width: 500px !important;

    in your “Custom CSS”.

    Best wishes,
    Tobias

    Thread Starter inventairech

    (@inventairech)

    Thanks u so much ! It work now. ??

    Thanks a lot for your support, i appreciate !

    Have a nice day !

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width column change in mobile’ is closed to new replies.