• Resolved michaelundjoey

    (@michaelundjoey)


    Hi,

    I would like to align my picture and text within the same column. So that the green + sign is in line with the following text ” Voor all leeftijden”.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You could maybe try add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-6 img {
      vertical-align: top;
    }

    Regards,
    Tobias

    Thread Starter michaelundjoey

    (@michaelundjoey)

    Hi Tobias,

    Thanks for your quick reply. This indeed does work for tablepress id 6. We also have 25 other tablepresses. Is there a way how we could make an universal CSS for all the tablepress ID’s?

    Thanks again!

    Greetz,

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that’s no problem. Just use the global .tablepress CSS selector, i.e.

    .tablepress img {
      vertical-align: top;
    }

    (see https://tablepress.org/faq/documentation-css-selectors-styling/ ).

    Best wishes,
    Tobias

    Thread Starter michaelundjoey

    (@michaelundjoey)

    Hi Tobias,

    Thank you so much for your support. The problem is solved!!!

    Is there still a possibility to donate some ‘coffee’ for using this awesome plugin?

    Thanks again!

    Greets,

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Yes, donations are greatly appreciated as well (in case a TablePress premium plan is not of interest, see https://tablepress.org/premium/ ). Please see https://tablepress.org/donate/ for more.

    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 picture and tekst within a column’ is closed to new replies.