Menu items design setup / text align

Hi.

I have question about Cornerstone navigation layered menu. How can i change text align to right side? I tried to set primary text align to right side on menu items design setup. But thats not works?

Hi @studioscapehq,

Thanks for writing in.

To achieve that, add this custom css to the element css of the navigation layered element.

$el.x-menu .x-anchor .x-anchor-text {
    margin: 5px 5px 5px auto;
}

And here’s a screenshot of where the element css is.

Hope it helps.

1 Like

Thank you very much! :slight_smile: code works fine

We are happy to help, Cheers

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.