• Resolved Roger Swab

    (@roger-swab)


    http://www.khumadori.com/

    If you hover over archives, you’ll see the drop down menu appear at the edge of the left panel, I would like to bring it to the end or the word “Archives.”

    Is this possible? If so, how?

Viewing 3 replies - 1 through 3 (of 3 total)
  • stephencottontail

    (@stephencottontail)

    If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    @media screen and (min-width: 768px) {
    #equal-well .main-menu .menu ul { right: auto; left: 50%;}
    }

    You can experiment with the percentage until it looks correct.

    Thread Starter Roger Swab

    (@roger-swab)

    That was fast.

    Thanks for the help.

    Thread Starter Roger Swab

    (@roger-swab)

    Have to post to mark it as resolved, so … post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Can I Change The Location Of Dropdown Menu Items?’ is closed to new replies.