[Plugin: The Events Calendar] Styles for multi-column template users
-
Hi guys,
If you’re using a theme with multiple columns like myself and struggling to get the calendar to be displayed in your main content column here are some styling overrides you may want to look into – My recommendation is to add these to your theme’s style.css (or whatever your theme’s main stylesheet is called):
.category-events #tec-content { width: auto !important; } table.tec-calendar { font-size: [insert appropriate value here] !important; } table.tec-calendar, #tec-events-loop, #tec-event-meta { clear: none !important;
I use the
!important
specification because T-E-C’s stylesheet is loaded after my main theme’s stylesheet. This forces the browser to accept my setting despite T-E-C’s own styling.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: The Events Calendar] Styles for multi-column template users’ is closed to new replies.