Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    What exactly are you trying to achieve here? I’m not sure that I understand the issue?

    Regards,
    Tobias

    Thread Starter tinaarina

    (@tinaarina)

    Hi Tobias,

    Thanks for getting back to me!

    I was hoping to reduce the table column widths to 150 px, as opposed to the full width of the page (which it is now).

    Just wondering whether there was a way to do that?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the explanation! Unfortunately, it seems that your server is suddenly only returning a “404 Not found” error message when I try to access the page at https://www.melbournemoments.com/ukulele-melbourne/ ?

    Regards,
    Tobias

    Thread Starter tinaarina

    (@tinaarina)

    Hi Tobias,

    Thanks for letting me know – link should be working now 🙂

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, thanks! 🙂 Maybe some CSS like this then?:

    .tablepress-id-1 {
    	width: auto;
    	margin: 0 auto 1em;
    } 
    .tablepress-id-1 td {
    	width: 250px;
    }

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Column width not resizing’ is closed to new replies.