Hi there,
I've been working with the Expressive css for a few days now and I finally almost have the layout exactly as I want it...
I'm having two problems which you can see by clicking on my name, I guess:
1. There's a mass of white space right at the bottom. I have no idea how to get rid of this. Fixed with no knowledge of how
(
Read more... )
Comments 4
Replace this line in your CSS:
calendar-widget table {width: 100%; float:center; text-align: center;}
with these lines:
.calendar-widget .widget-content {padding: 0;}
.calendar-widget table {margin: 0 auto;}
Reply
Reply
Reply
Reply
Leave a comment