Site logo

Archived topic

Hook after navigation

3 replies · Started by Samuel on April 19, 2020

Viewing posts 1–4 of 4

Hi,

I added social icons manually with a hook inside navigation, you can see it here : https://monvoyageencolombie.com

You'll see icons are displaying before navigation, or align left. I would like this div to be displayed after navigation, or align right, could you help me ?

Thanks a lot,
Samuel

Hi there,

Edit existing CSS:

.icon-menu {
    margin-top: 5px;
    display: flex;
}

To this:

.icon-menu {
    margin-top: 5px;
    display: flex;
    order: 5;
}

Thanks !

No problem :)

This archived topic is closed to new replies.