- Posts: 20
- Thank you received: 0
Logo Not Loading on Mobile
-
bob.ach
Inactive member - Topic Author
- Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42651
by ivan.milic
Replied by ivan.milic on topic Logo Not Loading on Mobile
What was your link?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42652
by ivan.milic
Replied by ivan.milic on topic Logo Not Loading on Mobile
In layout.css you have this code:
@media (max-width: 680px)
.mp_logo {
display: none;
}
and this:
@media (max-width: 680px)
.mp_top2, .mp_top3 {
width: 50%;
}
you could modify them like this:
@media (max-width: 680px)
.mp_logo {
width: 33%;
}
and this:
@media (max-width: 680px)
.mp_top2, .mp_top3 {
width: 33%;
}
@media (max-width: 680px)
.mp_logo {
display: none;
}
and this:
@media (max-width: 680px)
.mp_top2, .mp_top3 {
width: 50%;
}
you could modify them like this:
@media (max-width: 680px)
.mp_logo {
width: 33%;
}
and this:
@media (max-width: 680px)
.mp_top2, .mp_top3 {
width: 33%;
}
Please Log in to join the conversation.
Time to create page: 0.143 seconds