41
Views
1
Comments
Menu items move
Question

Hi all,

When I click on a menu item, the menu bar moves slightly back and forth when the destination screen loads.  Only the data should change, Menu should stay in the same place. How can I prevent the menu bar from shaking for every click ?

2024-06-13 07-53-34
Paulo Moreira
 
MVP

Hi Krishnnambal,

Do you have any conditions on the ApplicationTitle webblock or on any aditional Mneu Options, that may be show or hidden on runtime? If you do, this may be the issue. If you don't, please check the following:

  • Are you setting the ActiveItem or ActiveSubItem input parameters of the Menu webblock on the affected pages? If not, use them, so the options on the menu are correctly rendered
  • Check your CSS classes, mainly If you have overrides somewhere (on your Theme, on the Menu webblock or even on the Pages you are using the Menu on). As a best practice, you should only have CSS classes defined on the Theme
  • Check If you have any inline CSS on the Menu options. If you do, remove it and create your own CSS classes for that purpose

Hope this helps.

Best regards,

Paulo

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.