Best Premium and Free WordPress Themes › Forums › Lawyer Zone Pro › Logo Size › Reply To: Logo Size
January 5, 2019 at 10:05 pm
#42607
Jadon Veldman
Participant
Add this to your custom css..
@media (min-width: 576px) {
.custom-logo-link {
max-width: 200px;
margin-top: 6px
}
}
@media (min-width: 768px) {
.custom-logo-link {
max-width: 200px;
margin-top: 6px
}
}
@media (min-width: 992px) {
.custom-logo-link {
max-width: 248px;
margin-top: 9px
}
}
@media (min-width: 1200px) {
.custom-logo-link {
max-width: 260px;
margin-top: 9px
}
}