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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:27:06+00:00 2026-05-24T01:27:06+00:00

I am trying to vertically center one div (containing a search bar) inside another

  • 0

I am trying to vertically center one div (containing a search bar) inside another (a top banner). I was under the impression that to do so you did the following:

#banner {
height: 35px;
width: 100%;
}

#searchbar {
    height: 15px;
    position: relative;
    top: 50%;
    margin-top: -7.5px; /* half of the height */
}

This works fine until you add the margin-top at which point it is applied to the #banner as well.

Is there an alternative way to do this, or am I just doing it wrong?

Here’s a jsFiddle of my actual code.

  • 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-24T01:27:07+00:00Added an answer on May 24, 2026 at 1:27 am

    I use line-height with the value being the same as height of parent div.

    As seen here: http://jsfiddle.net/vkJ78/24/

    CSS:

    #banner    {
        background-color: #770E17;
        height: 35px;
        width: 100%;
        border-bottom: 1px solid #333;
        }
    
    #src    {
        width: 300px;
        height: 15px;
        border: 1px solid #333;
        padding: 3px;
        }
    
    #srcdiv {
        width: 308px;
        margin: 0px auto;
        position: relative;
        line-height: 35px;
    }
    

    EDIT: Per recommendation from NGLN, this will also fix horizontal centering, #srcdiv and #src having equal widths.

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

Sidebar

Related Questions

I'm trying to horizontally and vertically center a modal window inside a div. I
I'm trying to place a banner at the top of a listview, one that
I'm trying to group 3 objects in one view, and then center that view
I have a div element with a background image that I am vertically trying
What I'm trying to do: Vertically center the form in the left div. The
I'm trying to create a UI that has a banner on the top but
I gave up on trying to center an image vertically and horizontally. I seen
I'm trying to center a View vertically on screen with the following layout: <?xml
I'm trying to vertically center the content of a TextBox with the VerticalContentAlignment property
I'm trying to add a header to the top of a ListView that is

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.