• Resolved blumeremc

    (@blumeremc)


    Hi Tobias,

    how can i give al pictures in column 1 a margin-left?

    Best regards Blume

    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.

    For that, you could e.g. use this “Custom CSS”:

    .tablepress-id-66 .column-1 img {
      margin-left: 30px;
    }

    Regards,
    Tobias

    Thread Starter blumeremc

    (@blumeremc)

    Hi Tobias,

    it works great, but i have the problem with the very long teamname in mobil view. How can in give the 2. column a min width that the small country picture and the teamname stand in one row without a break?

    Thank you Blume

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you should then disallow line breaks:

    .tablepress-id-66 .column-2 {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter blumeremc

    (@blumeremc)

    Tanks so mutch it works great

    Plugin Author TobiasBg

    (@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 ‘Picture in Table margin left’ is closed to new replies.