Archived topic
placement of 'floating right' menu
3 replies · Started by Elisabeth on June 13, 2020
Viewing posts 1–4 of 4
Hi there
I've got a simple set up of your GP pro theme with a floating right menu and the site title and tag line on the left of the page (on desktop). The top of the menu aligns with the top of the site title. I'd like it to align with the bottom of the tag line... Can you advise?
Many thanks in advance,
Elisabeth
Hi there,
try this CSS:
@media (min-width: 769px) {
.inside-header {
display: flex;
align-items: flex-end;
}
.site-branding {
margin-right: auto;
}
}
Perfect - thank you very much indeed, David.
You're welcome
This archived topic is closed to new replies.