k
Forum Replies Created
-
Forum: Plugins
In reply to: TablePress table beside slideshow?Ok, I’ve been playing around with this, and have gotten the pics larger, so the right-alignment is just fine now.
However, as I’m very much new at HTML and CSS, I don’t know what the wrapper (from the old thread, linked above) is actually doing! I’m wondering if it’s possible to move the slideshow down a bit in relation to the table. Here’s the code in case you don’t want to click on the link to the old thread:
<div class="tablepress-wrapper"> [table id=1 /] </div> <div class="tablepress-wrapper"> [table id=2 /] </div>.tablepress-wrapper { width: 48%; float: left; padding-right: 10px; }Alternatively, I could crop the photos in the table so they’re more in-line with the slideshow.
Thanks!
Will do!! Thanks!
Brilliant!! THANKS!!!!!!
Hi Tobias,
I just tried massively increasing the padding, and that solved the problem! Hurray! And sorry to bug you with this. I’ve done it for each column with bullets (all of them except for the header row and first column…is there a way to specify all columns or a range of columns so I don’t have to do it piecemeal like this?
Thanks!
.tablepress-id-2 .column-2 { padding: 18px; } .tablepress-id-2 .column-3 { padding: 18px; } .tablepress-id-2 .column-4 { padding: 18px; } .tablepress-id-2 .column-5 { padding: 18px; }