• Resolved beanfair

    (@beanfair)


    I am using Divi Builder on http://wine-beer-washington.com/
    While others have successfully been able to use Event Manager on their Divi theme sites with a CSS tweak, I still have a problem.
    The CSS tweak is required for the Calendar widget to fit in the 1/3 responsive column.

    #et-main-area table td, #et-main-area table th {
    max-width: 100px;
    padding: 0.6em 0.587em; 
    }

    but it isn’t working for me. I have removed all of my other plug-ins. How can I use CSS to to make the calendar widget fit into the sidebar without scrolling?
    Please advise.
    Thank you.

    • This topic was modified 8 years, 9 months ago by beanfair.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to add the custom css at the end of your theme style.css or (if your theme support) custom css section in your admin theme option or try this custom css – https://pastebin.com/G2hhExew

    I am not part of support just some dude…

    For the life of me, and I certainly not an expert…
    using Firefox Inspector I couldn’t get that calendar to resize smaller.
    I could make it as large as I wanted..
    To me.. it looks like in the “core” for that sidebar, or the Divi… it is limiting
    the “least” width available for the calendar.
    I am just guessing here…

    Are you using a shortcode in that area or a widget…
    Can you put this shortcode (if you aren’t already doing so..) in that area…
    [events_calendar full=0]
    The above in theory… would fit to that “sidebar”

    And in theory.. be bigger on a responsive (mobile) size screen with your theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Calendar widget not fit in sidebar’ is closed to new replies.