skip to Main Content

Decrease padding ul wordpress

I want to decrease the padding of my ul, right now it's 40 (I think). This code works to make the padding zero: ul { padding: 0; list-style-type: none; } Using this code above works but it can only be…

VIEW QUESTION

Bootstrap button padding not loading-Twitter bootstrap

I'm trying to get some buttons to work in Bootstrap 5: <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" /> <div class="container-fluid"> <div class="row"> <div class="col-12"> <a class="btn-primary">0000</a> <button class="btn-primary">0000</button> </div> </div> </div> But the styles aren't being applied correctly, the buttons appear to be…

VIEW QUESTION
Back To Top
Search