Vertically Align A Navbar-brand With Bootstrap March 26, 2024 Post a Comment How can I align a navar-brand img vertically in the middle? That black box is a logo I want to align in the middle. The markup is: Solution 1: just add this to your css :.navbar-brand{ min-height: 66px!important; } .navbar-header{ min-height: 66px!important; } CopySolution 2: Have you tried the css property 'vertical-align: top;'? If it doesnt work try positioning it relatively and see for yourself if it's perfectly align. Baca JugaHow To Hide Multiple Jquery Toggle() When I Click Outside Of The Menu?Botdetect Captcha Html Html Tag Attribute "data-setbg" Is Not Working In React Project Share You may like these postsPHP Echo Inside EchoStyling The Facebook Login Button Next To Other Login LinksUnique URL For Article ViewerHow To Write Specific CSS For Mozilla, Chrome And IE Post a Comment for "Vertically Align A Navbar-brand With Bootstrap"
Post a Comment for "Vertically Align A Navbar-brand With Bootstrap"