[Plugin: Events Manager] CSS improvements
-
Hello,
Here are some CSS improvement suggestions to the add event page.
Event details headers look nicer if you add textalign: left:
#event-form table.em-location-data td, #event-form table.em-location-data th { vertical-align: top; border: none; text-align: left; }
Some of the checkboxes are to the left, others to the right. Make it uniform and nice looking by adding this CSS to events-manager.css:
#event-form input[type="checkbox"] { float: left; margin: 0 3px 0 0; }
#event-form #weekly-selector input[type="checkbox"], #em-time-all-day { float: none; margin: 3px 3px 0 6px; }
PS. You might also want to consider looking at PageSpeed an YSlow to see what optimizations you could do to improve EM. Here is a summary report with of both: https://gtmetrix.com/reports/demo.wp-events-plugin.com/AgM2mmII
There is, among others, some very inefficient CSS rules in events-manger.css.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Events Manager] CSS improvements’ is closed to new replies.