Site logo

Archived topic

Keep right menu aligned on tablet and small laptop

7 replies · Started by Edwin on March 30, 2017

Viewing posts 1–8 of 8

Hi there,

Are you able to provide a link to that site?

Thanks!

You would have to use media queries to reduce the width of your logo at certain widths.

For example:

@media (max-width: 1000px) {
    .site-logo img {
        max-width: 300px;
    }
}

Try adding this CSS as well:

.site-logo {
    float: left;
}

You can change where the featured image on single posts displays in Customize > Layout > Page Header.

Thank you Tom

That worked.
One more question. Is is there a way to add the page header image also to the single post page?

Which page header image? Each page and post has the ability to have their own page headers.

Let me know :)

This archived topic is closed to new replies.