• Resolved arianna23

    (@arianna23)


    Hello, I am on the final steps with my web site.
    I have generated Menu and it is ok; it is aligned to the right, as in the East is used.

    What additonal CSS can I use to center the voices of Menu to the left of the page, please?
    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arianna23

    (@arianna23)

    I added the following lines of CSS code:

    @media (min-width: 1200px){
    	
    	.gMenu_outer{ 
    		display:block;
    		float:none;
    	}
    	.gMenu_outer {
    		text-align:left;
    	}
    	.gMenu_outer nav{
    		display:inline-block;
    	}

    I don’t know if it is the best procedure, but it works on PC.
    The problem is that my Menu Navigation doesn’t work on tablets and smartphones, where the menu is a “sandwhich”: I cannot visualise dropdown and go through my pages from there.
    I had chosen two positions for my Menu: “Header Navigation” and “Mobile Navigation”. “Mobile Navigation” has been selected by inserting my Menu in the “Mobile Nav Upper” widget. I wonder how can I fix this.
    Thanks in advance.

    • This reply was modified 3 years, 2 months ago by arianna23.
    Thread Starter arianna23

    (@arianna23)

    I found out that menu in mobile devices is a problem with WordPress. I solved it with a dedicated plug-in.

    • This reply was modified 3 years, 2 months ago by arianna23.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu voices aligned to the left’ is closed to new replies.