Archived topic
I need assistance changing the header on my website!
3 replies · Started by Cristiano on April 14, 2022
Viewing posts 1–4 of 4
Hi,
My website's header looks like this:

I'd like to leave it as is:

If you are able to assist me, I would be grateful. Thank you in advance for your continued attention!
Try this CSS:
.site-branding {
position: absolute;
left: 50%;
transform: translatex(-50%);
z-index: 9999;
}
nav#site-navigation {
width: 100%;
}
.menu-bar-items, span.menu-bar-item.slideout-toggle {
order: -1;
}
.secondary-navigation .inside-navigation {
justify-content: center;
}
It works well; thank you so much for your help; you guys are the greatest!
You are welcome :)
This archived topic is closed to new replies.