Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4110
Can you change the Child Menu position
posted

Please view the image below. I have a menu styled with the Claymation AppStyleSet and custom images (the exclamation icons). I would like to get the Child Menu items (in this example under Step 1) to be moved further left to align under the Parent menu title as shown. I've had no luck figuring out what elment in the ig_tree css file to use, but surely this can be done. Any help pointing me in the right direction would be greatly appreciated.

Parents
  • 25665
    Verified Answer
    Offline posted

    Hello Daryl,

    The CSS file you are currently using is for the UltraWebTree since you are using the WebDataTree you will want to use the ig_datatree.css file to set CSS properties for the WebDataTree. In the ig_datatree.css find the igdt_NodeGroup and use the padding-left property. You will want to make this property as “!important” so it does not get overridden by the default inline style.

    Please let me know if I may be of further assistance with this matter.

    Sincerely,
    Mike P.
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com

Reply Children