align table to center in list page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
danilo.macri
User
Posts: 96

align table to center in list page

Post by danilo.macri »

HI,
I have the "user" table and only the "profile" column is displayed in the list page.
I would like the table to be aligned to the center of the page and not to the left.
Do you know how I can do it?

Thank you


mobhar
User
Posts: 11732

Post by mobhar »

You may simply put this following jQuery code in Startup Script that belongs to the List Page:

$(".ew-grid").addClass("mx-auto").addClass("w-auto");

danilo.macri
User
Posts: 96

Post by danilo.macri »

perfect, thank you.


Post Reply