Bootstrap - Dropdown in UL versetzt nach oben ggü. Buttons
bearbeitet von
Vielen Dank für deine Antwort.
Hier der dazugehörige CSS Code
Ich bin relativ neu was Bootstrap angeht und habe den Code zum Teil selber geschrieben und zum Teil abgelesen.
`
.container-fluid
{
text-align: center;
padding-top: 70px;
padding-bottom: 70px;
}
.img-responsive
{
display: inline;
}
.myimg
{
width: 100%;
}
.navbar
{
padding-top: 15px;
padding-bottom: 15px;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size:12px;
letter-spacing: 5px;
}
.navbar-nav li a:hover
{
color: #1abc9c !important;
}
.div-inline
{
display: inline;
}`