Header Top Bar Alignment
-
How do I align html in the header top bar of the Zakra theme? Ideally I want the Facebook to the far right with the open table link to the left of it.
Tried various alignment properties like
.tg-header-top-right-content {
align-items: flex-end;
}but no dice.
thanks,
Steve
————————–
This worked!.tg-header-top-right-content {
display: flex;
justify-content: flex-end;
}The page I need help with: [log in to see the link]
The topic ‘Header Top Bar Alignment’ is closed to new replies.
