Update this file:
https://github.com/orthohincom/phpbb-na ... efore.html
It worked thank you very much.Badhon_raj wrote: ↑Sat Jul 24, 2021 1:24 pmUpdate this file:
https://github.com/orthohincom/phpbb-na ... efore.html
Code: Select all
@media (max-width:600px) {
.navbar-header {
display:flex;
}
}
@media (max-width:600px) {
.navbar-brand {
order:1;
}
}
@media (max-width:600px) {
.navbar-toggle {
order:0;
margin-left:15px;
margin-right:0;
}
}
Hi Badhon_rai,Badhon_raj wrote: ↑Fri Dec 16, 2022 11:13 amYes, possible with some custom css.
Send you forum url please.
this should work:
Code: Select all
@media (min-width:768px){
.navbar.yamm {padding: 8px;}
.bootstrap .navbar-nav > li > a {line-height: 28px;}
.bootstrap .navbar > .container:before {display: none;}
.bootstrap .navbar > .container:after {width:58px;}
.bootstrap .navbar > .container {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
}