Site logo

Archived topic

Center Logo on mobile

1 reply · Started by David on June 16, 2021

Viewing posts 1–2 of 2

Hello,

How do you center the logo horizontally on mobile please, Im not using the mobile header or using header as navigation.
Im guessing its some css but I cannot quite figure it out.

Kind regards

David

Hi there,

Give this a shot:

@media (max-width: 768px) {
    .site-logo {
        margin-left: auto;
        margin-right: auto;
    }
}
This archived topic is closed to new replies.