Logo in mobiles

More
10 years 3 weeks ago #43235 by hardimos
Replied by hardimos on topic Logo in mobiles
No change.
Still the same small size.

Please Log in to join the conversation.

More
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;
}
}
The following user(s) said Thank You: hardimos

Please Log in to join the conversation.

More
10 years 3 weeks ago #43250 by hardimos
Replied by hardimos on topic Logo in mobiles
thanks, is OK now.

Please Log in to join the conversation.

Time to create page: 0.159 seconds
Powered by Kunena Forum