<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 .
div
padding: 10px;
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.
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.