randallw VIP
Total posts: 74
03 Oct 2013 21:39

I'm editing a Category --> Templates --> Record List --> Table selected. In options --> General Parameters tab --> Format --> Vertical Alignment --> Top selected.

When viewing record list for the category, I have relation field showing underneath the Title which works fine. Problem is the other fields (Category, bookmarks, followers, hits, etc) are not aligned with the Title at the top.

Alignment seems to always be in middle.

Is this a bug or mis-configuration?

Last Modified: 02 Mar 2014


Konstantin
Total posts: 1,113
04 Oct 2013 03:52

All works fine. This settings add css style


.table-records tbody tr td { vertical-align: top; }

so all fields must align, if you not have your own styles which override this.

Powered by Cobalt