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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:50:57+00:00 2026-06-17T14:50:57+00:00

This is my code (please see fiddle here ): <div class=’container’> <div class=’hero-unit’> <h2>Welcome</h2>

  • 0

This is my code (please see fiddle here):

<div class='container'>
    <div class='hero-unit'>
        <h2>Welcome</h2>

        <p>Please log in</p>
        <div id='login-box' class='pull-right control-group'>
            <div class='clearfix'>
                <input type='text' placeholder='Username' />
            </div>
            <div class='clearfix'>
                <input type='password' placeholder='Password' />
            </div>
            <button type='button' class='btn btn-primary'>Log in</button>
        </div>
    </div>
</div>

I want #login-box to have .pull-right and be at the same height as the p. I can use margin-top: -100px but that feels wrong.

How can I have #login-box at the same height as the p without hardcoding a negative margin-top?

  • 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-17T14:50:58+00:00Added an answer on June 17, 2026 at 2:50 pm

    Float elements will be rendered at the line they are normally in the layout. To fix this, you have two choices:

    Move the header and the p after the login box:

    <div class='container'>
        <div class='hero-unit'>
    
            <div id='login-box' class='pull-right control-group'>
                <div class='clearfix'>
                    <input type='text' placeholder='Username' />
                </div>
                <div class='clearfix'>
                    <input type='password' placeholder='Password' />
                </div>
                <button type='button' class='btn btn-primary'>Log in</button>
            </div>
    
            <h2>Welcome</h2>
    
            <p>Please log in</p>
    
        </div>
    </div>
    

    Or enclose the left block in a pull-left div, and add a clearfix at the bottom

    <div class='container'>
        <div class='hero-unit'>
    
            <div class="pull-left">
    
              <h2>Welcome</h2>
    
              <p>Please log in</p>
    
            </div>
    
            <div id='login-box' class='pull-right control-group'>
                <div class='clearfix'>
                    <input type='text' placeholder='Username' />
                </div>
                <div class='clearfix'>
                    <input type='password' placeholder='Password' />
                </div>
                <button type='button' class='btn btn-primary'>Log in</button>
            </div>
    
            <div class="clearfix"></div>
    
        </div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my code (please see this fiddle ): HTML <div id=container> <span id=left>Left
Please consider this code here, also given is this fiddle: http://jsfiddle.net/DPNc6/ HTML: <div style=width:500px
Please see this fiddle: http://jsfiddle.net/ZWw3Z/5/ My code is: p { position: relative; background-color: blue;
Please see this piece of code: #include<stdio.h> #include<string.h> #include<stdlib.h> int main() { int i
Look at this code please: #include <iostream> using namespace std; class Ratio { public:
please consider this code : 1)public static class MyClass 2){ 3) public static DateTime
Please see an example of my code below: CODE UPDATED public class ScrollableCheckboxList {
Hi experts please see this code: <asp:UpdatePanel ID=UpdatePanel1 runat=server UpdateMode=Conditional> <ContentTemplate> <table border=1 cellpadding=8
Please see this code <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> <html xmlns=http://www.w3.org/1999/xhtml>
Please see this fiddle , where I have a button and three input boxes

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.