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.
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.
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):
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