[Solved] css to align title and summary [closed]

[ad_1]

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

.title{
   margin-left: 46px;
}
.summary{
   padding: 5px 80px;
}

[ad_2]

solved css to align title and summary [closed]