MyBB Community Forums

Full Version: new button at the nav
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2020-03-04, 04:43 PM)Mastersly Wrote: [ -> ]Add this
padding: 15px 32px;
on your button css style.
for example
if you want to make bigger the register button go to buttons.less at line 11
and add it
it will be like this
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 15px 32px;
}
you do the same to the other buttons

it works

thank you so much sir
Pages: 1 2