Title: Images &amp; Borders
Last modified: May 28, 2019

---

# Images & Borders

 *  Resolved [cnewell4444](https://wordpress.org/support/users/cnewell4444/)
 * (@cnewell4444)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/images-borders/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimages-borders%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/images-borders/#post-11581392)
 * 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](https://wordpress.org/support/users/cnewell4444/)
 * (@cnewell4444)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/images-borders/#post-11584595)
 * 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 [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/images-borders/#post-11585051)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Images & Borders’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/images-borders/#post-11585051)
 * Status: resolved