- Posts: 14116
- Thank you received: 1639
How make logo image responsive?
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
11 years 9 months ago #30709
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
Try this:
@media (max-width: 980px){
.mp_logo{
width:100%!important;
height: 70px!important;
}
}
@media (max-width: 980px){
.mp_logo{
width:100%!important;
height: 70px!important;
}
}
Please Log in to join the conversation.
-
majapi
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
11 years 9 months ago #30711
by majapi
Replied by majapi on topic How make logo image responsive?
Now it's under and doesn't look good.
I posted this problem again, hopeful somebody will solve it.
Thanks for trying anyway
I posted this problem again, hopeful somebody will solve it.
Thanks for trying anyway
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #30718
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
I think this was killing us all time:
In template_css.php:
.mp_topmenu {
position:relative;
top:-40px;
}
In template_css.php:
.mp_topmenu {
position:relative;
top:-40px;
}
Please Log in to join the conversation.
Time to create page: 0.080 seconds