- Posts: 21
- Thank you received: 0
Logo in mobiles
-
hardimos
Inactive member - Member
Less
More
10 years 3 weeks ago #43235
by hardimos
Replied by hardimos on topic Logo in mobiles
No change.
Still the same small size.
Still the same small size.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 weeks ago #43240
by ivan.milic
Replied by ivan.milic on topic Logo in mobiles
You have syntax errors at bottom of template_css.css:
{
display:none;
}
.img-intro-left IMG {
max-width:250px;
}
@media (max-width: 768px)
.mp_logo, .mp_topmenu {
width: 100%!important;
}
}
change all that to:
.img-intro-left IMG {
max-width:250px;
}
@media (max-width: 768px){
.mp_logo, .mp_topmenu {
width: 100%!important;
}
}
{
display:none;
}
.img-intro-left IMG {
max-width:250px;
}
@media (max-width: 768px)
.mp_logo, .mp_topmenu {
width: 100%!important;
}
}
change all that to:
.img-intro-left IMG {
max-width:250px;
}
@media (max-width: 768px){
.mp_logo, .mp_topmenu {
width: 100%!important;
}
}
The following user(s) said Thank You: hardimos
Please Log in to join the conversation.
Time to create page: 0.159 seconds