If you want to add a padding then you can simply do
.container-fluid{
padding: 200px !important;
}
or give the div
an id and then specify the padding without !important
.
CLICK HERE to find out more related problems solutions.
If you want to add a padding then you can simply do
.container-fluid{
padding: 200px !important;
}
or give the div
an id and then specify the padding without !important
.
CLICK HERE to find out more related problems solutions.