Site logo

Archived topic

Columns in the header

7 replies · Started by Pavel Kapustin on March 27, 2019

Viewing posts 1–8 of 8

Hello!

How can I make three columns in the header of the site, one of which will have a logo, the other two have arbitrary text?

It is necessary to place the columns horizontally.

Thanks!

How to align the text to the height of the column?

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Loaded URL.

Login: admin
Password: admin

Try this CSS:

.header-section-1, .header-section-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

Thank you very much, everything is cool. Super and fast support. You are the best!

Glad I could help :)

This archived topic is closed to new replies.