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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:28:52+00:00 2026-06-11T02:28:52+00:00

On my website I have a hero unit where a form is being displayed.

  • 0

On my website I have a hero unit where a form is being displayed. Behind the form a number of images are being displayed one after another with a smooth fade.

I’m trying the layer the div with the form on top of the div with the background images by setting the container div to position: relative and the div that holds the images to position: absolute. Something like this:

<div class="container">
   <div class="row">
      <div class="hero"
         <div class="images">
            <img ... />
         </div>

         <div class="form">

         </div>
      </div>
   </div>
</div>

The container and row classes come from Bootstrap. My classes have the following styles:

.hero {
   position: relative;
}

.images {
   position: absolute;
}

This works. However, when I start to resize my browser window and the responsive nature kicks in, the images inside the images div do not resize anymore but stay the same fixed size.

How can have this type of div layer in Bootstrap while still make full use of Bootstrap’s responsive nature?

  • 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-11T02:28:54+00:00Added an answer on June 11, 2026 at 2:28 am
    <div class="container">
       <div class="row">
          <div class="hero custom-image"
             <div class="form">
             </div>
          </div>
       </div>
    </div>
    

    Maybe you can add .custom-image CSS. Set the .custom-image width in percentage %.

    Another possibilities, add media queries in your custom CSS:

    /* Landscape phone to portrait tablet */
    
    @media (max-width: 767px) {
    .custom-image{
    width:50%;
    }
    }
    
    /* Landscape phones and down */
    
    @media (max-width: 480px) {
    .custom-image{
    width:50%;
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have website, usually all looks fine but sometimes one div is on the
I have website based on Umbraco 5. I have installed contact form plugin (http://cultivjupitercontact.codeplex.com/).
On a website I have a number of small PHP scripts to automate changes
Mysql begin generate big IO. One website have many rows in session,requests table (
I have website that use XMLHttpRequest (jQuery, actually). I also have another site running
I'm trying to have my website have a similar functionality to this one: [removed]
I have website, and i need to fetch content from some pages on another
I have website where a user selects a certain criteria for finding another user
What I want to do is to embed music files within a website (Have
I have website on the server, which is not precompiled (with source code, so

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.