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 9048283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T12:07:18+00:00 2026-06-16T12:07:18+00:00

I want to vertically middle align text in a div that has height in

  • 0

I want to vertically middle align text in a div that has height in percentage. The code i am using is this.

CSS-

.div{
    position: fixed;
    left: 0px;
    border-radius: 10px;
    height: 6%;
    width: 20%;
    transform: translate(-10px,0px);
    -ms-transform: translate(-10px,0px);
    -webkit-transform: translate(-10px,0px);
    -o-transform: translate(-10px,0px);
    -moz-transform: translate(-10px,0px);
    z-index: 10
}
.div span {
    text-align: center;
    font: 20px/100% Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    display: block;
    vertical-align: middle;
}

HTML-

<div class="div"><span>This is some text.</span></div>

This isnt working. Please help.

  • 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-06-16T12:07:19+00:00Added an answer on June 16, 2026 at 12:07 pm

    You can use the parent div display as table and child div display as table-cell or another approach if you use a text with one line then use line-height property.

    Css with table-cell display See fiddle

    .div{
    position: fixed;
    left: 0px;
    border: 1px solid black;
    border-radius: 10px;
    height: 50%;
    width: 20%;
    z-index: 100;
    display: table;
    }
    .div span {
    text-align: center;
    font: 20px/100% Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    display: block;
    vertical-align: middle;
    display: table-cell;
    }
    

    Css with line-height See fiddle

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

Sidebar

Related Questions

I want to align a div horizontally center and vertically middle of the body
I have this html code, i want to align vertically the checbox in it's
<div style=width:100%; background-color:Aqua; text-align:center; vertical-align:middle; height:30px;> <asp:ValidationSummary ID=ValidationSummary1 runat=server HeaderText=Error /> </div> i dont
I want to vertically align the text in select box. I tried using select{
i want to vertically align the second table to the top of the div.
I want button in vertically, for that i can extend the height and shrink
I want to make a div that is centered (horizontally and vertically). It should
I have list items that displayed inline. I want to align them vertically inside
I have the following: <td rowspan=3; class=outer; color=green><div classinner></div></td> CSS: .in{ text-align:center; -webkit-border-radius:8em; font-size:25px;
Possible Duplicate: How do I vertically align text next to an image with CSS?

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.