• Resolved ericaski

    (@ericaski)


    The submenu under “Blog”, “Jewelry” is called “Custom Jewelry”. It appears slightly higher than it’s parent (Jewelry) and goes off the edge of the screen. How can I fix that position please?

    I am using a Genesis Child Theme called Showroom

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • .site-header .sub-menu .sub-menu {
        margin-top: -36px;
    }

    Going off the screen is a bigger question ?? I would rearrange your menu.

    Thread Starter ericaski

    (@ericaski)

    That is not current code that I could change, so I tried to just add it and it didn’t work.

    The below code that currently exists is what I thought would assign the top margin position, but changing it from -57px to -36px (or any other px) does not do anything. Any other suggestions?

    .genesis-nav-menu .sub-menu .sub-menu {
    margin: -57px 0 0 100px;
    }

    Thread Starter ericaski

    (@ericaski)

    Got it.

    Just edited the top margin to -27px and added “important!” to force it to propegate the code.

    .genesis-nav-menu .sub-menu .sub-menu {
    margin: -27px 0 0 100px !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub menu position editing’ is closed to new replies.