- Posts: 20
- Thank you received: 0
How make logo image responsive?
-
majapi
Inactive member -
Topic Author
- Member
-
Less
More
11 years 9 months ago - 11 years 9 months ago #30624
by majapi
How make logo image responsive? was created by majapi
Hello,
How to make logo image responsive?
In template manager - features - I set up logo as image, but it's overlap navigation on smaller screen (attached screenshot)
site link: test.kuudle.com
Thank you
Regards
How to make logo image responsive?
In template manager - features - I set up logo as image, but it's overlap navigation on smaller screen (attached screenshot)
site link: test.kuudle.com
Thank you
Regards
Last edit: 11 years 9 months ago by majapi.
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 #30636
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
Add this to template_css.css
@media (max-width: 767px){
.mp_logo{
clear: both;
}
.mp_logo IMG{
max-width:100%;
}
}
@media (max-width: 767px){
.mp_logo{
clear: both;
}
.mp_logo IMG{
max-width:100%;
}
}
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 #30638
by majapi
Replied by majapi on topic How make logo image responsive?
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 #30641
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
Try:
@media (max-width: 767px){
.mp_logo{
clear: both;
height:70px;
}
.mp_logo IMG{
max-width:100%;
}
}
@media (max-width: 767px){
.mp_logo{
clear: both;
height:70px;
}
.mp_logo IMG{
max-width:100%;
}
}
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 #30650
by majapi
Replied by majapi on topic How make logo image responsive?
Hi,
Thank you, but still overlapping on iPad. I try to add margin and padding to logo and nav but that didn't work
Thank you, but still overlapping on iPad. I try to add margin and padding to logo and nav but that didn't work

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 - 11 years 9 months ago #30654
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
Yes, I see that on my ipad. Try this change :
@media (max-width: 767px){
to
@media (max-width: 769px){
@media (max-width: 767px){
to
@media (max-width: 769px){
Last edit: 11 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.167 seconds