• Resolved r.schwuerzinger

    (@rschwuerzinger)


    Hello,

    to be honest i have two questions :-).
    The first question is about the calender widget of the plug-in events-manager. If I display my wordpress page in Firefox the calender himself is shift on the right side. The widget-title is still on the right place.
    I use the theme snowblind and I found this post, which should be a very similiar problem:
    https://themes.bavotasan.com/support/discussion/190
    I have exact the same layout-problems descriped in this post. Works in IE9 and Chrome but not in Firefox (5).
    So, I still looked in the “events-manager-admin.css”-file at line 124 under /* Widget Tables CSS */ and tried to add clear:both; but it doesn′t work.
    Maybe you can help me with this problem.

    And the second question is how to change the alignment from left to center of the calender widget. I get a few results by searching but that wasn′t very helpful.

    Thanks a lot

    RS2.0

Viewing 6 replies - 1 through 6 (of 6 total)
  • it could be a theme issue! try changing your theme to test.

    Thread Starter r.schwuerzinger

    (@rschwuerzinger)

    Thank you angelonwl. You was right. I changed the theme to twentyten and it works with firefox, too.
    So I think something in the style.css of the twentyten-theme is different. Do you have any advice where I should look after?
    I searched after “clear:both” but there are many entries. Do you have an idea wich could be right, or is it the completely wrong way?`

    my advice is that you can use firebug from firefox. In this way you can Inspect Element that has a problem.

    Thread Starter r.schwuerzinger

    (@rschwuerzinger)

    I installed “firebug” but i can′t find any errors.

    For my second question I found a not perfect solution. I changed the padding of the columns in the calender widget.
    For this you have to use the “events_manager.css”-file on line 132 to change this:

    table.em-calendar td {
    padding: 2px 6.5px; /*default 2px 4px*/
    text-align: center;
    }

    If your sidebar have a low width this can be an option for you. For other sidebars it maybe looks bad.

    Now the calenderwidget in IE and Chrome looks perfect but in firefox I have still the same problem :-).
    Maybe anybody have another idea for my first problem alternativly I have to contact the author of the theme.

    Greetz

    you need to override this stuff in your theme (or another ) css file., you could override the above rule too e.g. .wrapper table.em-calendar td{ ….

    Thread Starter r.schwuerzinger

    (@rschwuerzinger)

    I solved the problem described at my first question.

    You just have to paste the following lines under “.side-widget” at your style.css in the snowblind-folder:

    .side-widget table {
    clear:both;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘events-manager widget, wrong alignment @firefox’ is closed to new replies.