Bootstrap help regarding container

Hi ,
i am having problem in having full width container-fluid inside container in bootstrap, please see.

Hi @Gurpreet_Singh

Not sure if I understand your question. Have you tried checking the documentation? It has quite a lot of examples.

Cheers
Tom

hey @Gurpreet_Singh,

bootstrap adds padding to the containers so you need to add p-0 to the first container

<div class="container-fluid border border-danger p-0">