Title: mnwaterbug's Replies | WordPress.org

---

# mnwaterbug

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Responsive] Can header menu background be a custom image?](https://wordpress.org/support/topic/theme-responsive-can-header-menu-background-be-a-custom-image/)
 *  Thread Starter [mnwaterbug](https://wordpress.org/support/users/mnwaterbug/)
 * (@mnwaterbug)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/theme-responsive-can-header-menu-background-be-a-custom-image/#post-4988984)
 * That got me back on the tracks! But I wanted a smaller version of my image, so
   I coded it like this:
 *     ```
       .js .main-nav {
           background: url('http://example.com/image.jpg');
       }
       ```
   
 * and it works beautifully!
 * Thanks again for your help!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Responsive] Can header menu background be a custom image?](https://wordpress.org/support/topic/theme-responsive-can-header-menu-background-be-a-custom-image/)
 *  Thread Starter [mnwaterbug](https://wordpress.org/support/users/mnwaterbug/)
 * (@mnwaterbug)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/theme-responsive-can-header-menu-background-be-a-custom-image/#post-4988979)
 * That worked nearly perfect, thanks!
 * I added:
 *     ```
       .menu .current_page_item a,
       .menu .current-menu-item a {
           background-color: transparent;
       }
       ```
   
 * so it wouldn’t cover my picture after an item was selected.
 * Now the large menu (for computers/tablets) looks good, but when the browser window
   is dragged to a narrow width, it converts the menu to a phone version, and my
   pretty image is replaced with an ugly grey bar. I tried a few different things,
   but haven’t figured out what I need to change to put my image over that one. 
   Any help would again be appreciated!
 * Minnesota Water Bug (10,000 lakes, dontcha know!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: TablePress] Custom CSS not working properly](https://wordpress.org/support/topic/plugin-tablepress-custom-css-not-working-properly/)
 *  [mnwaterbug](https://wordpress.org/support/users/mnwaterbug/)
 * (@mnwaterbug)
 * [13 years ago](https://wordpress.org/support/topic/plugin-tablepress-custom-css-not-working-properly/#post-3522630)
 * Thanks, that did it …and sorry for the bum steer. I’m in the middle of a conversion
   from MS Expression Web… I lost track of what tables I copied vs. created with
   Tablepress. Thanks to plugins like yours, I think I’m going to like WP a lot 
   more than EW!
 * I like your tag-line… code IS poetry!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: TablePress] Custom CSS not working properly](https://wordpress.org/support/topic/plugin-tablepress-custom-css-not-working-properly/)
 *  [mnwaterbug](https://wordpress.org/support/users/mnwaterbug/)
 * (@mnwaterbug)
 * [13 years ago](https://wordpress.org/support/topic/plugin-tablepress-custom-css-not-working-properly/#post-3522628)
 * I want a smaller table row height [here](http://xchanger.com/wp/gas-flow-calculator/),
   and I’ve added this to my Custom CSS file:
 *     ```
       #content .tablepress th,
       #content .tablepress td {
       	padding: 0px;
       }
       ```
   
 * But it looks the same whether padding is 0px, 10px or 100px. I can’t change the
   color of the table with the Custom CSS file either. I’ve looked for a few hours,
   and I’m running out of ideas! Any help would be appreciated.

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