0
Welcome Guest! Login
0 items Join Now

SOLVED Disappeared Menu

    • geppo's Avatar
    • geppo
    • Sr. Rocketeer
    • Posts: 120
    • Thanks: 1

    SOLVED Disappeared Menu

    Posted 10 years 2 months ago
    • Hi!
      I've got a problem with my site.

      As suggested in another topic, i've created some CSS instruction for different monitor resolution to have the correct layout.
      The problem is that when i get to a small resolution (Smartphone and Smartphone to Tablet) my menu disappear.
      I expect the menu to become a smartphone menu but it doesn't..or better..Using developing tools i can see that the menu box exist but it seems to be hidden.

      Here is my site:
      www.conventiongiocoleriabrianza.it
    • Last Edit: 10 years 2 months ago by geppo.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Disappeared Menu

    Posted 10 years 2 months ago
    • this is caused by this css rule in your custom css file
      div#rt-top{
      	background-color:black;
      	box-shadow: 10px 10px 10px grey;
      	position: relative;
      	z-index: 10;
      }
      change to:
      div#rt-top{
      	background-color:black;
      	box-shadow: 10px 10px 10px grey;
      	position: relative;
      	z-index: 1;
      }
      the z-index is placing the top row over the mobile menu toggle
    • geppo's Avatar
    • geppo
    • Sr. Rocketeer
    • Posts: 120
    • Thanks: 1

    Re: Disappeared Menu

    Posted 10 years 2 months ago
    • Perfect ;) thank you!
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Disappeared Menu

    Posted 10 years 2 months ago
    • Glad to be of service. See you around the board :)

Time to create page: 0.079 seconds