...
This will make the underline of navigation menu items 50% shorter

/* Centered thin underline under active menu item */
.elementor-nav-menu–main .elementor-item.elementor-item-active::after {
content: “”;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 30%; /* Adjust the width to control how short the line is */
height: 2px;
background-color: currentColor;
}

Additional Instructions/Information
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.