not part of support.. just some dude.
Not knowing your knowledge of CSS… and editing…
You would put this code in your CSS editor or your Child Theme..
And the ubiquitous statement…
Make back-ups of your files before editing..
.css-events-list table.events-table th.event-time {
text-align: left !important;
}
.css-events-list table.events-table th.event-description {
text-align: left !important;
}
If that is a bit difficult for you… which I understand…
Could you post here what your Events List look like in your settings ?
And I can show you another acceptable approach.
Admin -> Settings -> Events
Click the tab “Formatting”
Click “Events” it will expand…
first option -> Events Page
Copy here what you have in your response….
Default event list format header
and the same..
Default event list format
and the same..
Default event list format footer
-
This reply was modified 8 years, 1 month ago by
Robswaimea.
at first I didn’t understand the “space” you mentioned..
but you can try this which actually moves your “time” up to the top..
.datetime {
vertical-align: text-top;
}