Hi try turning on the option in the plugin’s advanced settings “Always Enqueue” to see if that helps.
Are you using some kind of caching plugin maybe? You can try maybe going through this to see if there are conflicts somewhere:
http://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
I was able to move the event title to the left with the following css code in my theme editor.
.simcal-default-calendar-list ul{
list-style-type: none;
margin:0;
padding:0;
}
hope this helps.
I’m still trying to figure out how to center the title.
jeff
Hi I looked at your site again just now and it looks like you have got this resolved now. Let me know otherwise and I will re-open this.
Thanks!
Thread Starter
chapyl
(@chapyl)
Unfortunately I haven’t 🙁
Here’s my website:
http://www.pylad.se
Here is a cache version of the website (that’s how I would like to view the calendar)
http://webcache.googleusercontent.com/search?q=cache:vz1MrYD-Z_oJ:pylad.se/+&cd=1&hl=sv&ct=clnk&gl=se
I would like to change the line-height but can’t find the right one to change.
Before the big update of the plugin it worked fine with the theme, but after the update something is wrong and I don’t know where to change 🙁
try this in the theme editor:
.simcal-event-details {
margin-top: -10px;
}
Thread Starter
chapyl
(@chapyl)
Thanks for the help.
Finally I managed to change the right css codes and now it looks great. 🙂