TCH-Thomas Posted June 25, 2004 Posted June 25, 2004 On my website (Navigator > Good to have stuff > Calendar) I use Plans Calendar. Does anyone know... 1) How to make all text same size as the numbers in the calendar? 2) If I can adjust the width so there will not be any scrollbar for width? Quote
kajoiner Posted June 25, 2004 Posted June 25, 2004 You will need to edit plans.css under the templates folder to fix the text size. The width is set to resize automatically, but if your events descriptions are too long, it will force the calendar to be larger than the page. In the plans.css file, I think the line you need to change is optgroup { color:#888888; font-weight:normal; font-style:normal; font-size:x-small; to be optgroup { color:#888888; font-weight:normal; font-style:normal; font-size:small; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.