• Resolved th3silence

    (@th3silence)


    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;
    }

    • This topic was modified 6 years, 9 months ago by th3silence.

    The page I need help with: [log in to see the link]

The topic ‘Header Top Bar Alignment’ is closed to new replies.