Site logo

Archived topic

Logo position not working on Category pages

9 replies · Started by Fatih on November 10, 2016

Viewing posts 1–10 of 10

Hi, I'm having difficulties getting the logo on the left of the site title. I have managed to get it work on all pages except the category pages. I use the following code for this:

.site-branding {
display: inline-block;
}

.site-logo {
float: left;
margin-right: 20px;
}

.site-header .header-image {
width: 60px;
}

.site-branding {
display: inline-block;
}

Like I said, this works on all pages except the category pages.

Hi, this is the result that I get with that code https://goo.gl/hFhSX8
@media (min-width:769px) {
.site-branding {
display: inline-block;
}

.site-logo {
float: left;
margin-right: 20px;
}
}

Looks like it's doing the job, you just need to upload a smaller logo so it fits next to the text.

Hah ok that was stupid of me :P But it still doesn't work on the category pages (click on one of the items in the menu).

Are you adding the CSS globally in "Appearance > Simple CSS"?

I'm adding it under Appearance > Edit CSS. There is no option that I'm aware of.

Yes, that seems to fix the problem. Thank you for the awesome support.

You're welcome :)

This archived topic is closed to new replies.