• Resolved William Álvarez

    (@williamalvarez)


    Hi,

    I’m trying to get the table at the bottom (logos) to load the images in the center of the cells, also in the middle of the rows, and also without table borders.

    https://www.williamalvarez.com/c3ny/

    I can’t seem to make it work. I already tried adding custom css but it doesn’t work. AND, I’d like the table to be responsive so when read on mobile devices, it accommodates accordingly.

    Thanks in advance!

    William.

    • This topic was modified 9 years, 2 months ago by .
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    For ideas on responsiveness, please see https://tablepress.org/extensions/responsive-tables/. Note that this is very tricky for tables with images. Another idea might therefore be to shrink the size of the images then (can be done with CSS code as well).

    Thread Starter William Álvarez

    (@williamalvarez)

    Hi Tobias, sorry about that. This is the link:

    https://www.williamalvarez.com/c3ny/

    Thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! To achieve all of this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 img {
    	display: inline;
    }
    .tablepress-id-1 {
    	border: none !important;
    }
    .tablepress-id-1 tbody td {
    	text-align: center;
    	vertical-align: middle;
    	border: none !important;
    }

    Regards,
    Tobias

    Thread Starter William Álvarez

    (@williamalvarez)

    Thank you so much Tobias, it worked!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 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 5 replies - 1 through 5 (of 5 total)

The topic ‘Align (Vertical, Middle), No Borders, Responsive’ is closed to new replies.