stephieselmer
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Frame for videosHi Tobias,
unfortunately I found no good way to fix it with div-containers.
http://zukunft-visualisieren.de/test
Frame and video have the same height but the video always “slides” always outside of the frame at the upper edge. Also it´s not possible to align the frame / video with the first row in column 2. But the most important thing is, that it´s not possible to start the video with a click into the frame.
Best
StephanieForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Frame for videosThank you very much. So I have to read something about div containers 🙂 I´ll come back with my feedback in the next days.
- This reply was modified 9 years, 9 months ago by stephieselmer.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Border on the right sideIt works!
Thank you so much.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Border on the right sideSure:
http://zukunft-visualisieren.de/And this is the CSS-part:
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}.tablepress .row-1 td {
background-color: #FFFFFF;
}.tablepress .row-hover tr:hover td {
background-color: #FFFFFF;
}.tablepress-id-1 .column-1 {
width: 500px;
}.tablepress-id-2 .column-1 {
width: 100px;
}.tablepress-id-2 .column-2 {
width: 100px;
}.tablepress-id-2 .column-3 {
width: 100px;
}
Regards,
Stephanie- This reply was modified 9 years, 9 months ago by stephieselmer.