• Resolved cnewell4444

    (@cnewell4444)


    Hi.
    I am struggling with 3 things, all of which I’ve spent a lot of time trying to remedy.

    1) how to remove the white space around the images in the table – it is a transparent image.

    2) how to get the borders to show on each cell

    3) how to make the blue background show so the boxes look the same size.

    Thanks.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    1) For that, and to make the box look a bit better, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img,
    .tablepress a {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }
    
    .tablepress .bfb-content-box {
    	padding: 5px;
    }

    In addition, I recommend to uncheck the “Row Hover Highlight” checkbox on the table’s “Edit” screen.

    2) To show all cell borders, please add this:

    .tablepress-id-1 td {
      border: 1px solid #cccccc;
    }

    3) That, I don’t really know as those boxes are not directly added by TablePress, but by the HTML code that you added into the cells.

    Regards,
    Tobias

    Thread Starter cnewell4444

    (@cnewell4444)

    Thank you Tobias! You give such incredible support, consistently across the hundreds of questions you get. Companies should hire you to teach them how it should be done!

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images & Borders’ is closed to new replies.