• Resolved elitevacations

    (@elitevacations)


    Everything now works just great with this brilliant plug in.

    I just have a display issue with the list headers. The data looks to be left aligned in a column, but the headers for the same columns are off to the right. You can see what I mean at http://www.grantown-motormania.co.uk/participants-list

    Is there a setting somewhere that needs tweaking please?

    Thanks
    Chris

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Roland Barker

    (@xnau)

    It doesn’t look like that when I open the page. All the field titles are left aligned… it looks pretty good actually.

    Thread Starter elitevacations

    (@elitevacations)

    You are right it does, but when you are not logged in it shows the signup details, and that does look really nice.

    I have just unblocked the same page, will you take another quick look please at http://www.grantown-motormania.co.uk/participants-list
    and you will see the table headings are out of line.

    Can I simply apply code to the table <th> tags in the template to fix that

    Plugin Author Roland Barker

    (@xnau)

    I see…yes, all you need to do is set the alignment on the TH tags in that table, like this:

    .pdb-list th {
       text-align:left;
    }

    you can put that in the Custom CSS setting for the plugin.

    Thread Starter elitevacations

    (@elitevacations)

    Thank you for the reply – that works just fine

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

The topic ‘Participant list header align’ is closed to new replies.