How make logo image responsive?

  • majapi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 9 months ago - 11 years 9 months ago #30624 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
Attachments:
Last edit: 11 years 9 months ago by majapi.

Please Log in to join the conversation.

More
11 years 9 months ago #30636 by ivan.milic
Add this to template_css.css

@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
  • Member
More
11 years 9 months ago #30638 by majapi
Hi,

Thanks, but this didn't help. Could you take a look www.test.kuudle.com

Thank you
Regards

Please Log in to join the conversation.

More
11 years 9 months ago #30641 by ivan.milic
Try:

@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
  • Member
More
11 years 9 months ago #30650 by majapi
Hi,

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.

More
11 years 9 months ago - 11 years 9 months ago #30654 by ivan.milic
Yes, I see that on my ipad. Try this change :
@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.085 seconds
Powered by Kunena Forum