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

    (@caimin_nwl)

    Hi,

    Try something adding something like this to the end of your stylesheet:

    table td, table th, table tr {
        font-size: 16px;
        padding: 12px;
    }
    Thread Starter cbkdsc

    (@cbkdsc)

    Thanks but no, it doesn’t work.

    Thread Starter cbkdsc

    (@cbkdsc)

    Okay I figured out how to change the font size. I put ‘<tr style=”font-size:16px; “>’ in the formatting options.

    However, the padding problem remains.

    Thread Starter cbkdsc

    (@cbkdsc)

    Okay, I didn’t figure out the padding problem but, just in case anyone has the same issue with the events list table items being bunched up and that no-one knows the answer re padding, adding this line-height html to the table helps. So the code I have at the moment is

    <tr style="font-size:16px; " >
    			<td style="text-align:center;">
               #j<br/>
    
                </td>
                <td style="line-height:150%">
                    #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN</i>{/has_location}
                </td>
     <td style="font-size:10px; ">#_CATEGORYNAME
            </tr>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Styling the Events list’ is closed to new replies.