Hi, when i add a new event, the event date is shifted to the right in the calendar widget. you can see it here: http://www.lifeonstage.net i hope you can help. thx, jo
Setup: WordPress 3.3.1 | The Events Calendar Version 2.0.3 | Events Calendar Pro 2.0.3 | simpleX Theme Version 1.3.3 | PHP 5.
Weird! Thanks for the heads up, Jo. I’m seeing the issue here…this is the first time I’ve ever seen anything along these lines. Let me see if our dev Jonah has any suggestions here; he’s out today but should be back tomorrow and addressing threads accordingly.
Hi jo, your theme has a very general CSS styling being applied to #sidebar a elements (any a tags in the sidebar). The styling is placing a 20px left padding on those elements so that’s why you’ve got the weird spacing. You should be less general with this declaration on line 456 of style.css to prevent the padding from being applied to event links and other links where you don’t need that padding.
Hi Jonah, great. Thanks for your tip. I have deleted both ‘padding’ entries (line 460 and 462) and now works fine. It is importend that you delete both ‘padding’ entries (ore you can set to ‘0px’). otherweise you have no squares in the calendar widget.
Thanks so much for your help.