• Resolved kevincbrock

    (@kevincbrock)


    Hi,

    I posted this over in the How-To and Troubleshooting area. But it’s not getting any replies. Don’t know if cross-posting is frowned upon here, but I’ll post the same query here:

    If you hover over “Categories” the menu drops down.

    One of these categories has a sub-menu: “Cake Smash” (and “Newborn). Hovering these reveals another drop-down menu. And it literally drops beneath the primary drop-down. What would I need to do to get this sub-category on the right side of the main drop down menu?

    The site is here: https://www.josephbrockphotography.com/

    Thanks for looking.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should get support from the theme developer, since the Big Square theme isn’t part of the WordPress Theme Repository.

    That being said, the theme is missing a CSS rule for correctly positioning sub-menus of sub-menus. I don’t know if your theme supports the addition of custom CSS. If it doesn’t, you can use a CSS plugin like Lazyest Stylesheet or Custom CSS Manager, or create a Child Theme for your added CSS.

    Here’s the CSS you can try:

    ul ul.sub-menu ul.sub-menu {
       position: absolute;
       margin-left: 200px;
       margin-top: -37px;
    }

    Thread Starter kevincbrock

    (@kevincbrock)

    Thank you. Thank You!

    I was able to go the Appearance > Editor and paste this snippet into the theme’s stylesheet.

    It’s working great now. The sub menus appear on the right like I was hoping for.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move my sub-sub Menu to the RIGHT ?’ is closed to new replies.