Viewing 6 replies - 1 through 6 (of 6 total)
  • agelonwl

    (@angelonwl)

    hi,

    you can add this css snippet in your theme style.css – table.em-calendar td{ width:100px;}

    Thread Starter therealbodysculpter

    (@therealbodysculpter)

    I put this in my style sheet (it actually has several that pull into one, but that is another story) anyway, it didn’t change, however, I adjusted the pictures that show in the calendar to 100 x 100 and that helps, for now. But I am afraid that when I have pics in all 5 days, the calendar will move off screen again.

    Is there a way to decrease the space that the
    <li> indents when it lists the events on that day?

    https://creativecanvas.biz/events/

    Thanks so much,
    Carol

    agelonwl

    (@angelonwl)

    hi,

    you can used firebug or chrome to inspect the html elements of the calendar then add that in your theme style.css just like the above css snippet;

    e.g.
    table.em-calendar td{ width:100px; !important}

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi Carol, this is mainly CSS that you need to tinker with, like what angelonwl suggested, with the right CSS you can adjust the size of things on your calendar to suit your exact needs.

    Thread Starter therealbodysculpter

    (@therealbodysculpter)

    Hello Marcus and agelonwl, thanks so much for your help. I want to make sure that I understand, put the code snippet in my style sheet, I put it there, but nothing happened. what is the “!important” part mean?

    I took off the
    <li> tags didn’t need them anyway, but now if I put in 5 days in a row, the calendar goes off the screen.

    is the snippet above making the calendar day cell 100px? no matter what the size of the photo is or is this for the whole calendar?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    whilst we can post simple suggestions, you’ll probably need to hire someone to help you with CSS tinkering on this, sorry! try https://jobs.wordpress.net

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘whole calendar not showing on page’ is closed to new replies.