[Resolved] Hook after navigation

Home Forums Support [Resolved] Hook after navigation

Home Forums Support Hook after navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1245624
    Samuel

    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

    #1245932
    Leo
    Staff
    Customer Support

    Hi there,

    Edit existing CSS:

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

    To this:

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

    Thanks !

    #1246553
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.