October 7, 2020 at 11:28 pm
#10034718
Keymaster
Hello, thanks for your purchase.
Porto comes with ready classes to change the width of grid container:
– “container-lg-custom” (1440px)
– “container-xl-custom” (1630px)
You should change all container classes in the HTML to container container-lg-custom. For example:
<div class="container container-lg-custom py-2">.......</div>
You can also easily create your custom grid container size. For it just add the code below at (css/custom.css):
/* Custom Container Size */
@media (min-width: 1440px) {
.custom-container-size {
max-width: 1376px;
}
}
The usage is:
<div class="container custom-container-size py-2">.......</div>
We hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads