text & image in exhibit area

aphull / 2015-02-26 16:44:46   

In reference to this page: amritphull.com/index.php/project/test1/

How do I make it such the the title of the project in the exhibit space ("Niagara...") lines up with the Index title ("Amrit..."), but the exhibit images stay where they are?

Having trouble discerning if the answer is a css (padding, margins) or html (line breaks) issue...

thank you!

Vaska A / 2015-02-26 17:03:03   

Something like...

  1. #exhibit .container { padding-top: 00px; }

Whichever amount does the trick.

aphull / 2015-02-26 22:40:05   

Thanks for the quick response, Vaska!

This issues is that this changes BOTH the text and the images. I would like to just changes the top padding for the text so that it is in line with the site title. (amrit kaur phull)

thank you!

Vaska A / 2015-02-26 22:48:34   

Wrap your text in a div of your choosing and make a style for that. Think outside of the box.

aphull / 2015-03-03 23:33:00   

thanks for the tip! Glad to have figured it out

This thread has been closed, thank you.