Center Align Table on List Page

Tips submitted by PHPMaker users
Post Reply
gagupta
User
Posts: 20

Center Align Table on List Page

Post by gagupta »

Use in User CSS

.ew-grid {
min-width: 50%;
margin: 0 auto !important;
}

click compile styles


Post Reply