• Resolved sherryltd

    (@sherryltd)


    Small Calendar width –
    I tried using the widget and also a [eme_calendar] shortcode.
    I need a specific width about 320 px. It is showing way outside of the widget. I used this is before on websites but it isn’t working:
    .eme-calendar-table {width=”320″ !important;}
    What am I missing?
    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Maybe just a typo in your post… but the syntax is wrong; it should be written:

    .eme-calendar-table { width:320px !important; }

    No quotes, should have a “px”, = should be a :

    • This reply was modified 6 years, 3 months ago by intelliga.
    Thread Starter sherryltd

    (@sherryltd)

    Thank you so much … but whoops!
    That made the big calendar resize on the calendar page.
    I needed it for the widget – small calendar.

    Plugin Author Franky

    (@liedekef)

    then apply your css to “smallcalendar”. Using a CSS debug tool (like firebug) can help you a lot.

    Thread Starter sherryltd

    (@sherryltd)

    I have been searching with the developer tools.
    The 1st 2 below has worked before for the widget but on this site it changed the Big Calendar
    .eme-calendar-table {width:320px !important;}
    .eme-calendar-table {width:100% !important;}

    ——————————————————————
    These following did not work – any suggestions?

    .eme-calendar-table smallcalendar {width:320px !important;}

    eme-calendar-table smallcalendar {width:320px !important;}

    .et_pb_widget widget_eme_calendar {width:320px !important;}

    et_pb_widget widget_eme_calendar {width:320px !important;}

    table.eme-calendar-table thead {width:320px !important;}

    .table.eme-calendar-table thead {width:320px !important;}

    table.eme-calendar-table.smallcalendar {width:320px !important;}

    .table.eme-calendar-table.smallcalendar {width:320px !important;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Small calendar width’ is closed to new replies.