Hello @Ana Andrade !
Is there any OML that you can share? What do you mean by "if there is any way to make the icons work"?
I cannot understand visually what you want to do to help you
EDIT:
You need to deal with the position of things and use the correct styles of CSS.


Like this

Then you just need to apply this CSS on your theme's module.
.header-navigation div {
text-align: center;
display: flex;
align-items: center;
justify-content: space-between;
}
ps: when I say div is the same as the container
Kind Regards,
Márcio