ASKER
<div class="container">
<!-- logo that will only be visible when the primary logo is not -->
<img src="img/logo.png" class="pull-left brand">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
img.pull-left.brand {
max-height: 60px;
margin-top: 10px;
margin-bottom: 10px;
display:none
}
@media (min-width: 768px)
.img.pull-left.brand {
display: block;
}
This will do what you need
ASKER
@media (max-width: 768px){
.img.pull-left.brand {
display: block
}}
Make sure you include all of the curly brackets show in my snippet.ASKER
ASKER
ASKER
Web development includes all aspects of presenting content on intranets and the Internet, including delivery development, protocols, languages and standards, server software, browser clients, databases and multimedia generation.
TRUSTED BY
Can you please explain more.
Is this you want...?