admin管理员组

文章数量:1122846

I am rebuilding my website using the Twenty Seventeen Theme, an I would like to have the logo appear in the menu bar rather than in the center of the featured image. I found a site that has exactly what I am looking to do. You can see it here can anyone tell me how to do this?

I am rebuilding my website using the Twenty Seventeen Theme, an I would like to have the logo appear in the menu bar rather than in the center of the featured image. I found a site that has exactly what I am looking to do. You can see it here can anyone tell me how to do this?

Share Improve this question asked Jul 31, 2017 at 10:17 JWKlaudiJWKlaudi 191 silver badge3 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You can do this through css. The site you are referring to uses display:table for both logo and navigation. I would probably use display:inline-block and/or floats instead to achieve this.

I would highly recommend you use a child theme for this so the Twenty Seventeen code base stays intact. You can find out about how to use child theme here at the wordpress codex.

I would also like to recommend using firebug or a similar developer tool to peek at the code of other websites.

本文标签: How can I move the logo in Twenty Seventeen Theme Next to the menu bar