Viewing 7 replies - 1 through 7 (of 7 total)
  • govpatel

    (@govpatel)

    In style.css around line 558

    look for this code

    .widget {
    background:transparent url(images/light.gif) repeat scroll 0 0;
    border-top:5px solid #E5E0D0;
    margin:0 0 20px;
    overflow:hidden;
    padding:14px 20px 0;

    change the 20px to 0 padding
    so you will have

    padding:14px 0 0;

    Thread Starter Hopper

    (@faithfilly)

    That section of my file doesn’t look like yours shown here.

    Here is what mind looks like.

    Thread Starter Hopper

    (@faithfilly)

    Even when I make my padding line to look like this:
    padding: 14px 0px 0;
    the calendar still gets cut off, but it is closer to fitting than it was before! All of Friday is visible. Saturday doesn’t fit in.

    Thread Starter Hopper

    (@faithfilly)

    I just noticed that the theme Life Collage has an option in the calendar widget to use either one letter or three letters to abbreviate the days of the week.

    When I switch from 3 to 1 letter in the abbreviation, then the calendar fits! That explains why I saw it fit before in other themes, but not in this one!

    I’m sorry I didn’t notice this before and taking up your time.

    However, I did learn now what those padding numbers do. Thank you for helping me to discover that.

    govpatel

    (@govpatel)

    I did make change in the code I posted above I did see your calender shift to left displaying whole calender.

    Once you made the change you need refresh as you might be cache press Ctrl and enter to hard refresh.

    Thread Starter Hopper

    (@faithfilly)

    I’m glad I included what theme this issue was with. I’ve tried so many different themes. It’s good to have this information for when I continue to do more editing with Life Collage 0.3 in the future.

    Thank you govpatel for the feedback and advice. It helps a lot.

    govpatel

    (@govpatel)

    You are welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP calendar doesn't fit.’ is closed to new replies.