Archived topic
Header (Menu) settings
3 replies · Started by Douglas on July 20, 2021
Viewing posts 1–4 of 4
Hello.
I would be very grateful if you could help me with a detail of the Header. 🙏
I need the items to be towards the center and not to the sides.
The template I am referring to is SPLIT (from Generate Press).
I attach a screenshot.
Thank you very much in advance.
Hi Douglas,
Give this CSS a try:
#masthead {
display: flex;
justify-content: center;
}
.inside-header {
width: 900px;
}
Let me know :)
Thank Youuu
You are welcome :)
This archived topic is closed to new replies.