Jump to content

Recommended Posts

Posted

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?

Posted

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;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...