• Hi,

    Based on an old thread (using exactly the code seen there substituting Table 1 with a slideshow shortcode), I managed to get a slideshow beside a TablePress table.

    However, I can’t figure out how to get the table to be right-aligned. Perhaps I’ve done what I can with this, but if it’s possible to add space between the slides and the table, I think it would look a little better. http://eco-kare.com/services/

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter k

    (@ecokare)

    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!

Viewing 1 replies (of 1 total)

The topic ‘TablePress table beside slideshow?’ is closed to new replies.