Site logo

Archived topic

How to Place Site Tagline below Site Logo

1 reply · Started by Mehmet Akif Kaban on October 28, 2018

Viewing posts 1–2 of 2

Hello,
How can I Place Site Tagline below Site Logo? By default it is above the logo which seems ugly for me.
Thanks.

Hi there,

try this CSS:

.inside-header {
    display: flex;
    flex-direction: column;
}
.site-logo {
    order: -1;
    margin-bottom: 10px;
}
This archived topic is closed to new replies.