Hi,
I have recently updated to HU 2.0.1. In the previous version, all my content and extensions have been configured and styled to work on a container width of 1140px. As far as I can see the largest, desktop size is now set to
@media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1320px;
}
This causes the menu and content/extensions to stretch wider. Changing it in the bootstrap.min.css file doesn't work, nor does adding this to the custom css file.
Can you advise me about how to resize the container?
Many thanks.