Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #848563

    Hello

    I need this site to look same on the mobile as it does ipad and lapytop… as the mo displaying the menu which is overlapping. Need to remove please advise asap. Thanks

    #848583

    Just so you know I have changed colours to white so they don’t show up, but mobile menu still there and pages also appear as links across the header- only 1 page on site at the mo Home – see it in white under the logo

    #848978

    Hi sensiblekaren,

    I don’t see any menu here, neither on mobile, nor on desktop. Do I need to login to see more?

    Best regards,
    Victoria

    #849001

    Hello

    If you look very carefully on a mobile device (I am looking on a samsung galaxy) you wil see the mobile menu is there and a link in header that says ‘home’ (overlapping the centered the logo). I have changed to white text on the white background so it doesn’t show up too much, and doesn’t look as bad, but it is there and I have tried various CSS to attempt to remove it but nothing works.

    I will give a login so you can see what I have tried. Thanks for your help.

    #849814

    Hi,

    We can’t see any menu in the page.

    // http://imgur.com/a/IHKMy

    Could you please provide a link to the actual page with the issue or a screenshot?

    Best regards,
    Ismael

    #849924

    Hello,

    It is there in your screen shot – look carefully at the logo there is a link in white that says ‘home’ underneath the io in Horatio. I cannot work out how to remove this.

    Also tap the top right of the screen on a mobile and a mobile menu will attempt to pop up – it is in white and menu items are empty, so quite hidden visually, but I need it removed.

    I have tried to make everything as hidden as possible by changing the mobile menu colour to white, but I need to remove it. Tried various CSS but not working.

    Please see screen shot in private data.

    Thanks for your help.

    Many thanks

    #850037

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-main-nav-wrap {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #850082

    This worked. Very much appreciated. Thank you.

    #850230

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘looks odd on mobile’ is closed to new replies.