How can I relocate my header image on the left?

Magriso / 2013-07-29 20:49:30   

magriso.info this my website.
As you see there is a header image on the left, which is a pink square with my name in it. There is also a youtube video embedded. As you see they do not start from the same line. The video is a bit higher. I can solve this visual problem by adding a blank line before the video.

But also here, same problem exists.
magriso.info/renderings/
maybe there will be more when I continue to add some stuff.

So I want to make the header image on the to be start from the same line with the video.
How can I do that?
Thanks in advance,
Samim

arsondpi / 2013-07-29 20:53:12   

I think this should fix it - find line 95 in your style.css and add

  1. #exhibit .container {
  2.     padding-top: 42px;
  3. }
Magriso / 2013-07-29 21:10:43   

thanks for your answer!
I solved the issue.

Just to be clear and inform you. I tried to ask how can i change the "index" part, not the "exhibit". Just one line above it there was the "index" line so I changed that line.

To make them start from the same line, I had to write like this.

#index .container { padding-top: 15px; }
#exhibit .container { padding-top: 30px; }

so there is a 15 pixel difference between the index part and the exhibit part.

This thread has been closed, thank you.