• theoctopusgardengroup

    (@theoctopusgardengroup)


    hello πŸ™‚ The menu on my site is a bit wrong when being viewed on a mobile device. any chance someone could view it on a mobile and let me know whats gone wrong and how I can fix it please x

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter theoctopusgardengroup

    (@theoctopusgardengroup)

    Anyone πŸ™

    I have the same problem – have just put out a support request.

    Hi @theoctupusgardengroup – I figured this out for my site.

    Have you made any changes to the CSS?

    I had

    .main-navigation ul {
    position: relative;
    left: 100px;
    }

    to centre the menu items on the desktop.

    As soon as I removed this, the view on the mobile reverted to show the menu items to the left of the screen, instead of offscreen.

    You could try

    .main-navigation ul {
    position: static;
    }

    in ‘Additional CSS’ and see if that works for you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu on mobile device’ is closed to new replies.