Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #720041

    Hi
    I’m having a problem with my logo
    from it showing up as too big on mobile devices
    to it taking over the menu
    and some times it just shows up as blurry

    #720104

    Hi Volvano1!

    You can use a different logo for mobile, to make it work better.

    Let us know if we can do anything else.

    Best regards,
    Basilis

    #720288

    is using a different logo the only solution?

    #720573

    Hi,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      .responsive .logo img {
        max-width: 80%;
      }
    }

    Let us know if this works, if not can you post a screenshot so we can see how it looks on your end.

    Best regards,
    Nikko

    #725202

    this isn’t working –
    the logo is behind the slider on mobile devices
    lanscape mode

    #725328

    Hey!

    I have added this in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive .logo img {
        top: 0;
        max-width: 40%;
      }
    }

    It should look better now.

    Regards,
    Nikko

    #725336

    did you make any other changes?
    my social media icons at the bottom have vanished
    there is a black line at the bottom that wasn’t there
    and above the slider there is now : you are here ;home

    #725370

    Even my copyright was changed

    #725512

    Hi!

    No, I only touched Quick CSS and added the code I given above.

    Regards,
    Nikko

    #727988

    You can check – something reset somewhere
    Will try and fix it
    But a lot of things have changed on the site

    #728243

    Hi,

    Try remove the code that Nikko has added and let us know if that will fix the issue.
    That is why, we do not interferer with different soilutions, when we have the proper hook to use for the mobile logo.

    Best regards,
    Basilis

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.