vertical alignment

Home Forums Pro Support vertical alignment

  • This topic has 6 replies, 3 voices, and was last updated 5 years ago by lorenzo orsiAnonymous.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67340
    lorenzo orsiAnonymous

    I have the pro version of the plug-in and it work fine, but i have a problem. I can not vertically align the menu and It is stuck on top, how can i put it in the middle of the page?
    I do not have good skills with the css, please help me

    #67345
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Lorenzo,

    Unfortunately that’s quite difficult to achieve and does need some quite advanced CSS, to get you started the below should help at least:

    #responsive-menu-pro-container {
       transform: translateY(-50%);
       top: 50%;
    }

    I hope that helps

    Peter

    #67344
    lorenzo orsiAnonymous

    it worked perfectly, thanks

    #67343
    Peter FeatherstonePeter Featherstone
    Participant

    No problem 🙂

    #67342
    Lorin HarrisLorin Harris
    Participant

    I am having the same issue. I just purchased the pro version…looking to center horizontally and vertically. The horizontal was easy to do, but having issues with centering vertically. I tried adding to custom css but the menu only opened half the page. Anyways, any help would be much appreciated.

    #responsive-menu-pro-container {
    transform: translateY(-50%);
    top: 50%;
    }

    Lorin

    #67341
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Lorin,

    Unfortunately you haven’t provided any links to your site so I don’t have anything to look at.

    Please advise

    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘vertical alignment’ is closed to new replies.