• Resolved nara260494

    (@nara260494)


    Hi there

    My image button “check price” is not parallel with items from other columns.

    Its position is down a little bit.

    My friend also uses it on his website, and it is still ok.

    Could you help me to fix it?

    Thank you

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is CSS code by your theme which adds a margin around images. To change that for these images, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-2 .column-5 img {
    	margin: 0;
    }

    Regards,
    Tobias

    Thread Starter nara260494

    (@nara260494)

    Hi there

    Thank you very much.

    However, I have many tables like that, how can I apply this code to all other tables?

    Could you please help me to find a solution?

    thank you very much

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    to apply this to all tables, please try

    .tablepress img {
    	margin: 0;
    }

    Regards,
    Tobias

    Thread Starter nara260494

    (@nara260494)

    Hi there

    I tried, but it doesn’t work.

    Could you please help me to check it again?

    Thank you.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please try again with

    .tablepress img {
    	margin: 0 !important;
    }

    Regards,
    Tobias

    Thread Starter nara260494

    (@nara260494)

    Hi there

    Thank you very much, however, I tried but it is still not working.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    can you maybe post a screenshot of what you are seeing and what you would like to see?
    For me, the image is now at the top of the row, just like everything else.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘“check price” image buttons are down a bit’ is closed to new replies.