You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will do this in my final child but you may want to add it to the master, as behaviour is better, I think is something similar of what you wanted to achieve with your container-responsive, but without adding any new class. Instead of jumps all adapts beautifully, is also better for small devices as you do not have such a big white space left and right:
Change 3 classes: class="container" to class="container-fluid"
Add this rule: .container-fluid {max-width: 1140px !important;}
Thanks
The text was updated successfully, but these errors were encountered:
Hi Simon:
I will do this in my final child but you may want to add it to the master, as behaviour is better, I think is something similar of what you wanted to achieve with your container-responsive, but without adding any new class. Instead of jumps all adapts beautifully, is also better for small devices as you do not have such a big white space left and right:
Change 3 classes:
class="container" to class="container-fluid"
Add this rule:
.container-fluid {max-width: 1140px !important;}
Thanks
The text was updated successfully, but these errors were encountered: