- Posts: 20
- Thank you received: 0
How make logo image responsive?
-
majapi
Inactive member -
Topic Author
- Member
-
Less
More
11 years 9 months ago #30655
by majapi
Replied by majapi on topic How make logo image responsive?
Hi,
Now the logo is very small on iPod. I can send you to your email login to site if you could check it yourself - if this would be easier?
Thanks
Now the logo is very small on iPod. I can send you to your email login to site if you could check it yourself - if this would be easier?
Thanks
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 #30656
by majapi
Replied by majapi on topic How make logo image responsive?
Hi,
Now the logo on iPad is very small. Would you like me to send you access to site to your email, if this would be easier?
Thanks
Now the logo on iPad is very small. Would you like me to send you access to site to your email, if this would be easier?
Thanks
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 #30660
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
what happens when you remove 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 #30662
by majapi
Replied by majapi on topic How make logo image responsive?
The logo is big again, but still navigation is overlapping
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 #30671
by ivan.milic
Replied by ivan.milic on topic How make logo image responsive?
Try:
@media (max-width: 767px){
.mp_logo{
clear: both;
}
.mp_logo IMG{
width:320px;
}
}
@media (max-width: 767px){
.mp_logo{
clear: both;
}
.mp_logo IMG{
width:320px;
}
}
Last edit: 11 years 9 months ago by ivan.milic.
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 #30685
by majapi
Replied by majapi on topic How make logo image responsive?
Nothing again.
and padding between navigation items is larger on iPad. Should look ok if there will be less padding.
Can I create a custom css for my changes? How should I call it and where should I put it - in css folder?
Thanks
and padding between navigation items is larger on iPad. Should look ok if there will be less padding.
Can I create a custom css for my changes? How should I call it and where should I put it - in css folder?
Thanks
Please Log in to join the conversation.
Time to create page: 0.106 seconds