• Resolved wurstfinger

    (@wurstfinger)


    Hello Tobias,

    and sorry to bother you. I tried to find solutions and searched the forum, but I just can’t solve it. It’s not vital, but in case you find time..

    I got this table with pics (see link) and I narrowed the borders between the pics with code from you I found in the forum:

    .tablepress-id-213 .column-1 {
    padding: 3px;
    }
    .tablepress-id-213 .column-2 {
    padding: 3px;
    }

    .tablepress-id-213 .column-3 {
    padding: 3px;
    }

    .tablepress-id-213 .column-4 {
    padding: 3px;
    }

    .tablepress-id-213 .column-5 {
    padding: 3px;
    }

    If you click a picture now (doesn’t matter if the ‘narrow-code’ is in or not), this dotted line around the pic appears which shows you clicked sth. This line is always too wide on the right side. As if the picture was bigger than the shown area. I tried different picture sizes. But the pics have the right size. I tried code to eliminate the dotted outlines, but it didn’t work.
    I bet it’s just stupidity..maybe you have an idea how to easily fix this?

    Thanks in advance!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I assume that this is caused by the margin around the images. You could try to remove that, by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-213 img {
      margin: 0 !important;
    }

    Regards,
    Tobias

    Thread Starter wurstfinger

    (@wurstfinger)

    That’s it, it works perfectly!
    Thank you a lot!

    Best regards,
    Wurstfinger

    Thread Starter wurstfinger

    (@wurstfinger)

    closed

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dotted outline doesn’t fit’ is closed to new replies.