This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Laranz
Hello,
The default full width is 1170px. How to edit it to 850px ?
Hi,
I wouldn’t recommend editing grid sizes, because it may cause issues regarding layouts, so fair warning. if you really want to do then you can do that like,
@media screen and (min-width: 1200px) {
.container { width: 870px; }
}
We’re using bootstrap defulat 960px grid, so if you want to customize that you can follow that standard. You can reduce the container width according to the screen width, reduce the min-width and also width according to your needs.
Let us know,
Thanks,
laranz.,
You must be logged in to reply to this topic.Log in/Sign up