Pro header drop down menu alignment

Hi,
I created a dropdown menu that you can see here http://2e6.274.myftpupload.com/blog/

When you click on the dropdown menu and then click on the submenus there, the menu flies out to the left or right. Is it possible to set it to fly down? When I view it on a phone it flies out right and the menu gets cut off.

Thanks
Rena

Hi Rena,

Thanks for writing in! Could you please try adding the following CSS rule into your Pro -> Theme Options -> CSS area and see if that helps.

@media (max-width:480px){
  [data-x-stem] [data-x-stem*="r"] {
    left: 0;
    top: 100%;
  }
}

Hope that helps.

that worked, thanks!

Glad it worked.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.