Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I have the same problem with the Udesign theme. The width is very little in front of the classic calendar of wordpress. And I don’t know where I can change this.

    Thanks for help

    newza

    Plugin Author Stephen Harris

    (@stephenharris)

    Hi Lundalogik, Newza,

    The plug-in doesn’t style the widget calendar, the theme does it.

    Lundalogik – a quick look at your site and it seems the theme is printing the following to the page:

    .eo_widget_calendar table {
        width:100% !important;
        height: 300px;
        text-align:center !important;
    }

    In short, you’ll need to find where it’s doing that, since changing anything in the theme’s style.css won’t make a difference in your case (because of that !important).

    Plugin Author Stephen Harris

    (@stephenharris)

    Or perhaps that was you who added that ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing calendar width with Avada’ is closed to new replies.