• Resolved sanil7

    (@sanil7)


    Hello,

    Whenever I have the menu title set to “Below” the Menu Image, the submenu indicator too spans in the next line instead of next to the Menu Title. How can this be changed?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter sanil7

    (@sanil7)

    Solved it using CSS. If someone in future needs helps:

    .menu-image-title.menu-image-title-below {
      display: inline;
    }
    
    .elementor-nav-menu .sub-arrow {
      display: inline;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Submenu Indicator gets below the Menu title’ is closed to new replies.