MZAWeb / business-hours-plugin

This is a development version, and it's most likely broken. To get a stable version go to the WordPress plugin repo
http://wordpress.org/extend/plugins/business-hours-plugin/
GNU General Public License v2.0
6 stars 5 forks source link

Changing cell spacing in table #52

Open raewillie opened 8 years ago

raewillie commented 8 years ago

Hi, I'm having trouble changing some css code in a the Business Hours By Day widget. I have found the code but the widget will not change in appearance. I am trying to change the bottom padding on the table cells from 10px to something smaller to reduce the spacing. Here is my site wp.library.mhu.edu The widget is in the secondary sidebar under "Today's Hours". When I inspect the css code, it points to this

.workinghourswidget tr > td { padding-bottom: 10px; }

But, when I change this in my CSS nothing changes. Can anyone help?

MZAWeb commented 8 years ago

Hi @raewillie, I'm ashamed to say I haven't touched this plugin in almost 4 years. I should give it a refresh once in a while, it has quite a few active users. Let me take a look and I'll ping you in a bit.

MZAWeb commented 8 years ago

Try adding this on your css:

.workinghourswidget tr > td { padding-bottom: 1px !important; }

MZAWeb commented 8 years ago

btw, great site! We have a ton of experience working on university sites. Are you familiar with WP Campus (https://wpcampus.org/)? May be useful for you...