Advertisement
BakerMan

Calendar widget too big!

Aug 14th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /**
  2.  * With some themes and when positioned in some sidebars
  3.  * the mini calendar widget will appear to be too big.
  4.  *
  5.  * This is often because of the table cell padding set
  6.  * up by the theme stylesheet.
  7.  */
  8. .tribe-mini-calendar td,
  9. .tribe-mini-calendar th {
  10.     padding: 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement