Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To fix this, please try adding this to the “Custom CSS”:

    .tablepress iframe {
       max-width: none;
    }

    Your theme is currently reducing the width of the videos automatically.

    Also, please change the block

    .tablepress-id-1 .column-2 {
    	padding: 4px;
    }
    
    .tablepress-id-1.column-2 {
    	width: 100px;
    }

    to

    .tablepress-id-1 .column-2 {
    	padding: 4px;
    	width: 100px;
    }

    Regards,
    Tobias

    Thread Starter traderhotel

    (@traderhotel)

    cool, thanks, that worked for me!
    is it also possible to make the left section called “Titel” a little bit wider, so the title fits in one line?
    Just a little minor layout bug I noticed is the title “Plot” doesn’t fit to the section… In case you don’t get what I mean, here’s a screeshot: https://imgur.com/mG1PIsU

    Thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that this helped!

    The problem with the header row not fitting is a result of the “Horizontal Scrolling” feature being activated here. I suggest to just uncheck that checkbox and the header row will align just fine.

    Regards,
    Tobias

    Thread Starter traderhotel

    (@traderhotel)

    thanks for the help!
    any idea for the other issue?:

    is it also possible to make the left section called “Titel” a little bit wider, so the title fits in one line?

    appreciated!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, as I said, turn off the “Horizontal Scrolling” checkbox ?? And then you’ll also need to remove the line break that you have between the two words right now. After those two changes, it should be in one line.

    Regards,
    Tobias

    Thread Starter traderhotel

    (@traderhotel)

    Sorry, for taking your time, but would you have another look on it?
    https://imgur.com/WwmlPiR
    https://imgur.com/Zxdlg8G

    I unchecked the horizontal scrolling…

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good ?? I think I didn’t actually realize what you wanted to do, until now. Sorry…
    Please try adding this “Custom CSS”:

    .tablepress-id-1 .column-1 {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter traderhotel

    (@traderhotel)

    Perfect! *resolved* ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    Very nice! 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 9 replies - 1 through 9 (of 9 total)
  • The topic ‘3 column YouTube display-bug in Safari 7.0’ is closed to new replies.