2 ubermenu questions

hi there,

i hope you are all well.
i have 2 question about the ubermenu. i set it up now and it worked atm like i would.
but no i replaced the submenu indicator with an custom image. how can i center the image below the link?
and how can i center the custom content text i entered in the first menu point?

thanks in advance for your help.

cheetrs

Hi Harald,

To center those elements, you can add the code below in Theme Options > CSS

.ubermenu .ubermenu-image {
      display: inline-block;
}

.ubermenu-custom-content-padded  {
     text-align:center;
}

Hope that helps

hi paul,

thanks for your answer. :slight_smile:

the text of the custom content is centered now. but it does not work for the custom image under the menu link.
any help?

thanks :slight_smile:

seems there are more errors hope anyone can hep me with this styling points:

  1. the triangle image under the menu items is not centered.
  2. the menu point bestellungen is not in the same height as the other menu items?
  3. when hover on service and kontakt, the custom content text align is left but it should be centered like in über uns and produkte.

many many thanks in advance for your help :slight_smile:

i have fixed point 3.
but cant find any solution for 1 and 2?

thanks

Hi Harald,

For #1 and #2 you can add the code below in Theme Options > CSS

.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
    margin-left: auto;
    margin-right: auto;
}

.ubermenu .ubermenu-item-level-0 {
    vertical-align: top !important;
}

Hope that helps

thats it!

many thanks for your help :slight_smile:
cheers

Glad we were able to help :slight_smile:

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