Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7421047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:20:31+00:00 2026-05-29T08:20:31+00:00

I have a title that can have one or more lines. How can I

  • 0

I have a title that can have one or more lines.

How can I align the text vertically? If it was always one line I could just set the line-height to the container height.

I can do it using JavaScript, but I don’t really like it, I’m searching for a pure CSS way.

Also if the container could expand with the lines it would be perfect, so I can always have the same padding on the top and bottom.

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T08:20:31+00:00Added an answer on May 29, 2026 at 8:20 am

    For this you can use display:table-cell property:

    .inline {
      display: inline-block;
      margin: 1em;
    }
    .wrap {
      display: table;
      height:  100px;
      width:   160px;
      padding: 10px;
      border:  thin solid darkgray;
    }
    .wrap p {
      display:        table-cell;
      vertical-align: middle;
    }
    <div class="inline">
      <div class="wrap">
        <p>Example of single line.</p>
      </div>
    </div>
    
    <div class="inline">
      <div class="wrap">
        <p>To look best, text should really be centered inside.</p>
      </div>
    </div>

    But it works IE8 & above. Read this article for more info: CSS Tricks: Vertically Center Multi-Lined Text.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a text title that reads This User The Title Of The Post
I have a table posts that could look like this: id | title |
if you have an event that lasts for more than one week, fullcalendar repeats
As titled, how can I do that? I have been reading some Silverlight/WPF animation
I have in a sidebar: <div id=yyy> [shortcode]</div> It outputs a title that when
I am trying to show only elements that have the title attribute passed to
(I realize that my title is poor. If after reading the question you have
I have it currently so that my post title links to an external URL
I have the following that I retreive the title of each url from an
I have a JavaScript file that prints the title attribute of the child img

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.