-7

I am trying to align the title and the summary below it. http://pligg.marsgibson.info/story.php?title=when-i-was-responsible-for-all-the-pcs-in-a-large-studio-i-learned-that-i-needed-to-carry-a-recovery-disk-at-all-times-

see the screenshot http://i50.tinypic.com/2akb4m0.jpg

suggest css to align according to the screenshot

3
  • 2
    Stack Overflow is not a personal code writing service. (Hint: padding-left or margin-left on the right element will do what you want) Commented Jun 10, 2012 at 15:31
  • Post a small example of the code in question here if you want help. Commented Jun 10, 2012 at 15:34
  • Are you looking for text-align: justify? Commented Jun 10, 2012 at 15:35

1 Answer 1

1

You should use margin and padding to align them correctly, something like:

.title{
   margin-left: 46px;
}
.summary{
   padding: 5px 80px;
}
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.