Expand infolist to full width in livewire component

I've created a custom simplepage that has a livewire component that displays an infolist. It will be viewed as a wallboard with no login. All appears to work, however the infolist appears in a small box centered vertically and horizontally. How can I make the infolist expand to take up the full page? Further info available if it helps. Mike
Solution:
public function getMaxWidth(): MaxWidth { return MaxWidth::Full; }...
Jump to solution
1 Reply
Solution
opensaucemike
opensaucemike2mo ago
public function getMaxWidth(): MaxWidth { return MaxWidth::Full; }

Did you find this page helpful?