[ad_1]
Title is wrong: Cant align menu to the RIGHT
Hi @albertoinbox
Hmm… by looking at this, it seems to be an Elementor issue, rather than a Blocksy one. You could try arranging the menu using CSS, but you’ll need to make sure you get its ID correctly from the DOM if you change it and the ID regenerates.
The snippet goes something like this —
#menu-1-f11cac4 {
margin-right: unset !important;
margin-left: auto;
}Hope this helps.
Thanks!
