Move logo to the right side of the page
-
I added a logo to my header, but it has pushed everything down my page. I want the logo to be at the same vertical position as the site title and tagline, only all the way to the right. Can anyone help me with the CSS code that can do this?
The website is disappearingelephants.com.
The blog I need help with is: (visible only to logged in users)
-
Hi there, give this a try. I moved the title and description up a little so that it aligns with the bottom of the image on the right.
#masthead hgroup { height: auto; width: 100%; } .site-title, .site-description { position: relative; top: -70px; width: 50%; } -
Thanks for the help. It didn’t do exactly what I wanted, but it helped with something I had given up on a while ago (masthead width!).
I found another way to show the logo through a widget that allowed me to place it on the right without any CSS code, but it’s good to know for the future.
Thanks again!
-
-
- The topic ‘Move logo to the right side of the page’ is closed to new replies.