• Resolved reedx

    (@reedx)


    Hello

    I am trying to alter the width of a table, but I can’t get it be be anything but 100%.

    I would have normally used “table-layout: auto;” in CSS, but this doesn’t appear to have any effect in the Bento theme.

    Thankyou

    Colin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello @reedx,

    thanks for choosing Bento! This behaviour is an intended part of the theme’s stylesheet. In order to override it, you can try inserting the following snippet into the “Additional CSS” tab of the “Appearance – Customize” admin section:

    .entry-content table { width: auto !important; }

    Thread Starter reedx

    (@reedx)

    Perfect. That is working just as I was wanted.

    Thank you.

    Colin

    • This reply was modified 6 years, 11 months ago by reedx.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table wdith’ is closed to new replies.