Before you ask please READ THIS

Problem with menu in mobile version

edited December 2013 in Spaceship Posts: 42
Hello,

PC I see the menu as the first attachment.
While when I view the site by moving the menu comes out bad.

How so?

Thank you,
Pascal
Biografia - Federico Soldati.png
1349 x 1367 - 887K
Biografia - Federico Soldati(1).png
540 x 2636 - 117K
Appearance ‹ Federico Soldati — WordPress.png
1349 x 2391 - 266K

Comments

  • AirAir
    Posts: 10,970
    Hello
    PascalPavan said: While when I view the site by moving the menu comes out bad.
    Sorry but I don't understand what you mean. Please try to explain it better, maybe screen shot of that "bad".

    With regards.
  • Ahaha =)
    Scuse me!

    So, the firs image is the menu in pc version. the second picture is the menu in a mobile phone!

    Why when I look my site by phone the menu is like the 2 image and not like this:
    - Backround manu black
    - link white

    Ok?
    Thanks
  • AirAir
    Posts: 10,970
    Ooo sorry I missed second image, third took my attention :-S

    I think we didn't test responsive menu with black background in header.

    Try using this custom CSS:

    @media only screen and (max-width: 600px) {
    #access{
    background-color: #000;
    }
    }
    Hope it will be better now.

    With regards.
  • Hi, a second problem with the menu from mobile phone!

    All subelemnts are red and not black!

    (You can see that in the first attachements or here http://www.FedericoSoldati.ch/ <-- see it from a mobile device!)

    How can I fix the "red menu bug"? I would like that the menu stay with a black background!

    Thanks
  • AirAir
    Posts: 10,970
    It is red as your submenu color you have chosen. So either you will change color of submenu or use this CSS

    @media only screen and (max-width: 600px) {
    #access > ul > li:hover, #access > ul > li.hovered, #access > ul ul{
    background-color: transparent;
    }
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!