Okay
  Public Ticket #3420817
Menu
Closed

Comments

  •  9
    davidgrette started the conversation

    Hello,

    I need to raise the menu a bit higher and also place some of the social media icons on the right side, is that possible? Thank you.

    3185795468.png


  •  9
    davidgrette replied


  •  2,958
    Andrew replied

    Hello David,

    Thank you for reaching out to us. 

    To adjust the header spacing, add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body #header-outer, body #header-space {
        margin-top: max(calc(var(--container-padding)/5),5px);
    }

    As for the social icons placement, currently, our theme does not come with this feature out of the box, and adding this will require customizations that are beyond the scope of our support.

    We appreciate your understanding.

    Thanks