Header Builder dropdown text alignment

For the life of me I can’t figure out how to get the dropdown alignment text to align to the right.
The drop down just doesn’t look right to me the way it’s aligned.
I thought the attribute/setting below would change it, but it didn’t affect anything. (Menu>Sub Links>Primary)

Hello @brianmedia,

Thanks for writing to us.

Regretfully there is no option for that but you can align the drop-down menu items right by using custom CSS code, you need to go to the Navigation Inline —>Customize —>Element CSS.

$el .sub-menu .x-anchor-menu-item {
    align-items: flex-end;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

1 Like

Perfect. thank you. I’m familiar with CSS but wasn’t familiar with the specific elements involved here.

Hello @brianmedia,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.

Thanks

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