but in the new plugin it is broken
gonna need to see this.
link please.
Hm. Seems the two pesky rascals are:
.hoth-dash {
height: 30px;
}
.hoth-dash_title {
top: 28px;
}
Try adding… and then tweaking these CSS elements by adding the above to the Custom CSS section on the plugin settings page.
We’ll get your feedback on this and do some more testing and fix the not-so-responsive hoth style in the upcoming release (soon).
I had to add “important” -> it’s better now, but not as before (width of boxes, font, alignement of text)
.hoth-dash {
height: 30px!important;
}
.hoth-dash_title {
top: 28px!important;
}
thanks
ok, we’ll look into this, but in the mean time here is a work-around for you.
First: read this article on custom styles:
https://spacedonkey.de/2005/t-countdown-custom-styles/
Once you have done that, take the ‘old’ hoth style
and rename it to what you like, and use that.
we’ll post back when the original is once again truly responsive.
In the meantime we’ll keep this thread open so you can post back with any questions or feedback.