can the submenu and mobile menu pop upside instead of downside?

Hi,
I currently use header layout style "Below Slider" and the slider is set to fullscreen - #Header. This creates 2 problems;

1- The mobile menu pops below the initial viewheight so the user would have to scroll down to see the menu.
2- Same thing happens with the submenu items on the regular menu.

Is it possible to change the popup direction of these 2 menus layout? I did research and found no solutions.
Thank you

Comments

  • Hi,
    sorry but this is not possible. We do not have such an option in the theme
    thanks
  • Hi,
    then what is the purpose of "below slider" menu? 
    Couldn't I add custom javascript to achieve the desired result?
    Thanks for pointing me out a solution.
    Regards
  • Hi,
    ofcourse you can add any JS or CSS you desire, we just do not support such changes and there is no option to set it up.
    thanks
  • edited March 2018
    For those who are having the same issue, I added the following CSS to the related page's "custom CSS" section because my menu was below the slider only on this page;

    #Top_bar .menu li ul{
      bottom:100%;
      top: initial;
    }

    It made the submenu to "dropup". I also had an icon in the menu's navigation label and I rotated it using the following code;

    .icon-down-open:before{
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }

    for the sticky header;

    #Top_bar.is-sticky li ul{
      bottom:initial;
      top: 100%;
    }
    .is-sticky .icon-down-open:before{
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }

    Regards
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.