updated PR here:
https://github.com/NodeBB/nodebb-theme-persona/pull/550
Boxed Header Side
-
May i re-size header tab menu as forum size (boxed one)?
-
@cagatay Did you want it full-width? Change the navbar's class from
container
tocontainer-fluid
-
@julian said in Boxed Header Side:
Did you want it full-width? Change the navbar's class from container to container-fluid
No @julian i want to navbar boxed not full-width.
-
any info?
-
@cagatay The navbar is already constrained width-wise. You can see below I've changed it to red here:
So you'll need to modify your CSS so that the affected element is only the
.container
element. -
@julian thank you