• Resolved jimboistic

    (@jimboistic)


    Using EM, with Leaf theme.

    Trying to get my events list set up the way I’d like it to be, but I’m lacking in some HTML knowledge. My events page is here:

    http://www.thehypeweekly.com/testing/events/

    I’d like the two tables to be side by side, rather than the event info be down like it is, and I’d also like to get rid of the space after the event link. Below is my current formatting code:

    <tr>
    <td>
    #_EVENTIMAGE{150,150}
    #_EVENTDATES
    #_EVENTTIMES
    </td>
    <td>
    <p style=”font-size:20px;”>
    #_EVENTLINK </p>
    #_EVENTEXCERPT
    {has_location} <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
    </td>
    </tr>

    Thanks! Sorry if this is a super obvious answer; I’m not so great with HTML or CSS.

    http://wordpress.org/extend/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • caimin_nwl

    (@caimin_nwl)

    Hi, looks like you’re using table markup but have left out the opening and closing tags. If you add <table> to the start of the code you posted and </table> to the end of the code that should make your table work correctly and get your columns working.

    Without a link it’s difficult to know where the extra space appears, but you could try putting that part of your code on one line:

    <p style="font-size:20px;">#_EVENTLINK</p>

    Thread Starter jimboistic

    (@jimboistic)

    Solved. I figured out how to style the vertical align. Easy fix. Thanks!

    agelonwl

    (@angelonwl)

    glad it’s working now; thanks for the update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Events List Formatting Question’ is closed to new replies.