Is there a way I can center the brand name in the nav-bar
My current code is like
5条回答 野趣味 (楼主) 2020-12-15 11:48 Toggle navigation Crear Post Dropdown Action Another action Something else here Nav header Separated link One more separated link Iniciar Sesión Registrarse CSS: .navbar-brand { left: calc(50% - 65.5px); //65.5px It is half the width of my logo.jpg position: absolute; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Toggle navigation Crear Post Dropdown Action Another action Something else here Nav header Separated link One more separated link Iniciar Sesión Registrarse
.navbar-brand { left: calc(50% - 65.5px); //65.5px It is half the width of my logo.jpg position: absolute; }