Logo needs moving
-
Hi,
Can I have some help with moving the logo from the top left to the right hand side but aligned with the text “ambulance youth supporters” please.
Thank you
The blog I need help with is: (visible only to logged in users)
-
See how this works for you:
.site-title{ float:left; position:absolute; top: 50px; } .site-logo{ float:right; }We might need to move the site description as well, but see how you like this first.
-
-
Also between come and join us and the text below, there is too much white space.
how can we remove it?
Thank you in advnace
-
Try this:
.site-description { position: absolute; top: 75px !important; }I also don’t think the “top” command took in the code I gave you before. Try this instead:
.site-title{ float:left; position:absolute; top: 50px !important; }And this will help remove the space to which you refer:
.entry-header { padding-bottom: 0; } -
Wow how are you so good at this?
Sorry but i am being fussy now. How can you move the green menu up now?
-
try this:
.main-navigation, { margin-top: -20px; }As for your question I highly recommend this course: http://www.codecademy.com/tracks/web.
When I started helping out in the forums a month ago, I couldn’t help with the CSS questions at all. Now, I can solve all but the toughest of problems.
-
It has been quite a while since this thread was active, so I am going to mark it as resolved. If you have further questions or problems, please feel free to start a new thread.
Thanks.
- The topic ‘Logo needs moving’ is closed to new replies.