Site logo

Archived topic

Menu Toggle / Logo / Search Icon Layout on Mobile

3 replies · Started by Anthony on September 11, 2019

Viewing posts 1–4 of 4

Hi there,

try this CSS:

.mobile-bar-items {
    margin-left: auto;
}

Right out!

My log is a tad un-centered but I can probably figure it out from here.

Thanks, David!

Anthony

That would be the left margin attached to logos - this to remove it:

.site-logo.mobile-header-logo {
    margin-left: 0;
}
This archived topic is closed to new replies.