Web app in full width?

div[class*="full normal container"] {
max-width: 2000px;
}

Please try to add this for components inside a container. Let me know if it works.

The max-width being 2000 here is just an arbitrary number. Try to increase if it doesn’t fully work for you.

1 Like