• Resolved stevebenthal

    (@stevebenthalgmailcom)


    Hi,
    See how Time and Event are not aligned left, and St Louis de Montfort Feast Day (Title) isn’t aligned w/ Time and has extra space above 11 AM Rosary (Description)

    How do I fix that?

    Steve

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Formatting Problem’ is closed to new replies.