Posts by tfuelber • 17 points
2 posts
-
1
votes1
answer514
viewsQ: how to vertically align a . btn(bootstrap) button inside a Fixed top Nav menu?
#nav { background-color: #888888; } #nav h3 { margin-left: 3em; } #nav-right { display: table-cell; } .btn { height: 100%; } <div class="fluid-container"> <div class="row navbar-fixed-top"…
-
-5
votes2
answers572
viewsQ: How to remove dotted under a link
I am editing a tumblr Theme and I inserted 3 links in the header. However, when I inserted these links a dotted line appeared below and I can’t remove it. How I could remove them in CSS?…