Archived topic
Display blocks Elements in differents lines on secondar nav
5 replies · Started by Lorenzo on November 22, 2022
Hi! I need display blocks Elements (social icons, telefon and e-mail) in differents lines on secondar nav.
I have prepare this image to sohow how I like:

The actual page is this:
Can you help me?
Thanks!
Hi there,
what should happen to those elements on a Mobile device ? Let me know and then i can propose the best option.
Thanks David!
Those elements don't display on a Mobile device.
Hi there,
Try this CSS:
.secondary-navigation .inside-navigation {
flex-direction: column;
}
.secondary-navigation .redes-sociales-menu-secundario {
order: -1;
}
You will need to adjust the margin you've set for the elements.
Thanks a lot!
No problem :)