Jebin Tom

Jebin Tom

Jebin Tom

why padding left is not working on the bootstrap program version 5.3.1

40 Views Asked by At
</head>
<body>
    <header class="bg-info "> 
        <div class="container">
      
        <div class="row text-white">
            <div class="col-md-6 p-3 pl-6 ">     
          
                <h2>Jebin Tom</h2>                  
            </div>
        <div class="col-md-6  ">         

        </div>
    </div>
</div>
</header>


  

your text here pl is not working why pl is not working on it i am using bootstrap version 5.3.1

2

There are 2 best solutions below

0
Juan Camilo Echeverry On

I'm pretty sure in bootstrap 5, padding left is made with ps where s stands for start.

https://getbootstrap.com/docs/5.0/utilities/spacing/

0
uvi On

In Bootstrap 4, the pl class moves to the left while in Bootstrap 5, the ps class moves to the left.