Title: Morris's Replies | WordPress.org

---

# Morris

  [  ](https://wordpress.org/support/users/bobmorris/)

 *   [Profile](https://wordpress.org/support/users/bobmorris/)
 *   [Topics Started](https://wordpress.org/support/users/bobmorris/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bobmorris/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bobmorris/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bobmorris/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bobmorris/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bobmorris/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Table slightly to wide for page](https://wordpress.org/support/topic/table-slightly-to-wide-for-page/)
 *  Thread Starter [Morris](https://wordpress.org/support/users/bobmorris/)
 * (@bobmorris)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/table-slightly-to-wide-for-page/#post-15256244)
 * Hi Tobias,
 * Thanks for the reply.
 * I had a play last night, somehow got rid of the scroll, but now lost the left
   and right-hand borders.
 * Another issue is the size of table on mobile, I also tried the [@media](https://wordpress.org/support/users/media/)
   code but did not seem to work across the site.
 * Here is the link:
 * [https://bit.ly/3twgsNK](https://bit.ly/3twgsNK)
 * The code I am using on the site is:
 *     ```
       .tablepress thead th {
       	font-size: 21px;
       	text-align: center;
       	color: white;
       	text-transform: uppercase;
       	border-radius: 10px 10px 0 0;
       	height: 75px;
       }
   
       .tablepress tbody td {
       	font-size: 21px;
       }
       ```
   
 *     ```
       .tablepress.Fire-Classifications th.column-1 {
       	background-color: #023047;
       }
   
       .tablepress.Fire-Classifications th.column-2 {
       	background-color: #023047;
       }
   
       .tablepress.Fire-Classifications th.column-3 {
       	background-color: #023047;
       }
   
       .tablepress.Fire-Classifications th.column-4 {
       	background-color: #023047;
       }
   
       .tablepress.Fire-Classifications tbody td {
       	border: solid .5px;
       	border-color: #023047;
       }
   
       .tablepress.Fire-Classifications tbody td {
       	text-align: center;
       }
       ```
   

Viewing 1 replies (of 1 total)