How to add padding outside btn in css?
P粉821231319
P粉821231319 2023-09-12 12:01:51
0
1
551

<li>
  <a class="btn btn-primary py-2 px-2 d-inline-block theme_button" href="">Click me</a>
</li>

I have this code, this button is touching div, I tried placing padding: 10px; but it still touches div .

P粉821231319
P粉821231319

reply all(1)
P粉903969231

Without seeing more details of the code you wrote, I can't be 100% sure, but if no other styles are affecting your layout, changing padding to margin should do the trick.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template