Logo Not Loading on Mobile

  • bob.ach
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago - 10 years 1 month ago #42639 by bob.ach
The logo is not loading when browsing from mobile.

I put back the old logo (I thought my logo might be too big) but that did not fix the issue


Attachments:
Last edit: 10 years 1 month ago by bob.ach. Reason: Adding an attachment

Please Log in to join the conversation.

More
10 years 1 month ago #42651 by ivan.milic
What was your link?

Please Log in to join the conversation.

More
10 years 1 month ago #42652 by ivan.milic
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%;
}

Please Log in to join the conversation.

Time to create page: 0.143 seconds
Powered by Kunena Forum