Archived topic
How to format my header as I like to ?
5 replies · Started by Fabrice on October 7, 2021
Hi, I can't find out how to deal with my header. Here are two screenshots of what I would like to do. I can't find any settings to achieve this simple thing. How do I have to do ? I'm lost. Can you give me the way to do that ?
What I would like to have : https://snipboard.io/86J2lr.jpg
What I have so far : https://snipboard.io/CdLrn5.jpg
Thank you for help
Hi there,
tricky one. Try setting it up like so:
1. Customizer > Site Identity disable the Site Title and the Site Tag Line.
2. Customizer > Layout > Navigation --> Location: Float Right
3. Customizer > Widgets > Header Widget - add your site title text in there.
Once thats done if you can share a link to the site, i can look at how best o align them.
Hi, thank you for your quick answer. It's much better. Now I have to adjust it with css and It will be nice.
Hi Fabrice,
Try this CSS to align the logo and widget to bottom:
.inside-header.grid-container {
display: flex;
align-items: flex-end;
}
Hi Ying, thanks a lot. Luckily I had found this tip by myself, but I really appreciate your help :)
No problem :)