Uber Menu MegaMenu Titles Vertically Centered

1- How do I vertically center the titles in the MegaMenu submenu?

Hi @mikewolf1127,

Can you share site URL with the issue? We might need credentials because it seems under Maintenance mode. Seeing the screenshot though, I can see it is already vertically centered. It looks that way because Personal Practice is in 2 lines while the others are 1 line of text only. Once we are able to access it, we can check if it is possible using CSS hack. Thank you.

No, actually in the image it is top aligned. As you can see the tops of all the text items are aligned. If it were vertically centered, the single lines would be lower, in the middle vertically.

Hey @mikewolf1127,

I tried checking your site but it’s under construction mode, Please provide us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thanks!

Not sure why you need the credentials. You can see in the image what is going on. Plus UberMenu is supported by the Pro Theme.

Here is a bypass URL so you can see the content.
https://www.kelleywolfcoaching.com?bypass=s5dfsa

Hello @mikewolf1127,

Regretfully you cannot vertically align the titles because the structure do not permit it.

The structure looks like this:

<ul>
  <li>
    <a>
      <img>
      <span>the title</span>
    </a>
   </li>
</ul>

The <li> tag has a minimum height of 200. The height of the <a> is the total height of the image and the span tag. You can only align the span text vertically if you break the structure or modify the custom styling of the menu which is beyond the scope of our support. Our support only covers bug fixes, getting the site set up and minor cosmetic changes.

Thank you for your understanding.

Ok got it. Thank you.

You are most welcome!

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