RadzenPanelMenuItem doubt

Hello all,
I would like to now if there is some way to make tabs on the radzen Panel Menu Item.
I´ve tried with childcontent but the results are the same:

Thanks a lot for your support.

Hi @alberto.ramirez,

That would require custom CSS to achieve it. You can try something like that:

<style>
    .rz-panel-menu .rz-navigation-menu .rz-navigation-menu .rz-navigation-item-link {
        padding-inline-start: 6rem; /* Adjust the value as you see fit */
    }
</style>
1 Like

Thanks a lot for your response. Working fine.
Regards.