Move picture in header
-
When I upload a picture into my header in the Sight theme it loads on the left side behind the text. I want to move it to the right positioned relative to the text. How can I do this?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi, add this to your custom CSS and see what you think. You will notice that the search box moves to the bottom right below the header area.
.site-header hgroup { background-position: right top; width: 100%; } .site-header { padding-right: 0; } -
Thanks. The code does not work with Sight theme. The search didn’t go underneath header area like expected and the images collapsed. It sounds like a good idea though.
-
Are you sure the code saved? I don’t see it in your custom CSS. Can you try adding the code again and leave it long enough so I can take a look?
- The topic ‘Move picture in header’ is closed to new replies.