• Resolved wparks

    (@wparks)


    Hi,
    I would like to be able to change the location of my menu in Superhero(Sidekick). it is now located to the right of the page and I would like to have it moved to the left. Can you tell me where in the CSS I can find the location and how to change it.
    https://wparksphotography.com/wp/

    Thank you,
    Wayne

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Wayne, this should do it:

    .main-navigation ul {
        text-align: left;
    }

    I found this by using a browser inspector and selecting the menu to see which element was right-aligned in the current code.

    Thread Starter wparks

    (@wparks)

    Kathryn,
    Thank you …that worked
    I appreciate you input.
    Wayne

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu location’ is closed to new replies.