• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Altitude Pro Submenu Direction?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Altitude Pro Submenu Direction?

This topic is: not resolved

Tagged: Altitude Pro, flyout, submenu

  • This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by askdesign.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 3, 2017 at 11:27 am #212125
    RavenManiac
    Participant

    It looks like Altitude Pro's default submenu behavior is to flyout to the right. How do you make it flyout to the left?

    June 30, 2020 at 3:49 pm #499776
    askdesign
    Participant

    One way to do it:
    ORIGINAL CODE:

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
    }
    
    .genesis-nav-menu .sub-menu {
        /* left: -9999px; */
        letter-spacing: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
        width: 200px;
        z-index: 99;
    }

    MODIFIED CODE:

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        /* left: auto; */
        right: 192px;
        opacity: 1;
    }
    
    .genesis-nav-menu .sub-menu {
        /* left: -9999px; */
        letter-spacing: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
        width: 200px;
        z-index: 99;
    }

    I tried
    right: 200px;

    But it wasn't right-aligned with the white bar, so I moved even further to the left.


    Anne S. Katzeff
    Designer | Artist | Teacher

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble