• Resolved Alison

    (@anonymical7)


    Hello, I am trying to get my menu to be dropping down on the right. Any idea how it can move over? I know It must be css but its escaping me.

    Thanks, Alison xo!

    The page I need help with: [log in to see the link]

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

    (@anonymical7)

    Problem solved. Did it myself! Here is the css that might help someone.

    .wp-block-navigation__responsive-container.is-menu-open {
    background-color: rgba(227, 235, 244,.9);
    color: #000;
    width: 10%;
    padding-bottom: 48px;
    padding-top: 20px;
    position: fixed;
    margin-left: 80%;
    }

    Thank you for sharing your own CSS code @anonymical7 !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu move to the right of site?’ is closed to new replies.