Move nav menu in Piano Black

  • I would like to move the navigation menu from the right to the left in the Piano Black theme. I am having a heck of a time finding the pertinent coding in the CSS. Can anyone help? Thanks!

    The blog I need help with is: (visible only to logged in users)

  • This example moves the main menu in the Piano Black theme from the right to the left:

    #access {
    	float: left;
    }

    Add it to your Appearance → Themes → Customize → CSS panel.

    To find it, I used the web inspector in my browser by right clicking on a menu item and selecting the “Inspect Element” option. Then I looked at the HTML and stepped back until I found the container. I clicked the container element (“nav” in this case) and looked at the CSS that showed up on the right.

  • The topic ‘Move nav menu in Piano Black’ is closed to new replies.