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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:19:07+00:00 2026-06-06T05:19:07+00:00

I want to know how this theme gets the effect of the items in

  • 0

I want to know how this theme gets the effect of the items in the lower right disappearing as the screen gets smaller.

http://themeforest.net/item/jr-photography-wordpress-theme/full_screen_preview/1163891?ref=takeaction

I have items in the lower right but when the screen is too small They move down instead of disappearing like this. Any comments or links how to get this effect would be great! Thank you.

  • 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-06T05:19:09+00:00Added an answer on June 6, 2026 at 5:19 am

    Not media but rather CSS floating solution

    I haven’t checked source code of the particular site, you’re linking, but I’ve created a simple CSS solution that hides right-hand side elements when there’s no more space for them because of the left hand side elements.

    Here is a JSFiddle. Resize the window width (or drag the columns in to resize content quadrant width) so the two elements become too wide for the container width. The right-content will automatically disappear.

    What it does?

    You have footer container with two additional containers, floated left and right. All three of them must define the same height while:

    1. footer defines overflow: hidden so anything that goes beyond lower visible viewport will not be displayed.
    2. other two are then just floated within to left and right

    Floating then makes care of everything. When there’s not enough space to accommodate floated elements by with they start to render underneath where there’s enough space. But displaying underneath hides them because container element has a limited height.

    <div class="footer container">
      <div class="left container">left content</div>
      <div class="right container">right content</div>
    </div>
    

    ​And simple CSS (including just relevant settings):

    .container {
        height: 2em; /* all containers have the same height */
    }
    
    .footer {
        overflow: hidden;
    }
    
    .left {
        float:left;
    }
    
    .right {
        float: right;
    }
    ​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there is this post , but I still want to know more
There's already a question on this here. But i want to know if its
I want to know this more in detail. Is it a realtime scheduler? An
I want to know what this looks like. I don't have any ideas about
I want to know if this web app are using long polling or anything
I just want to know why this doesn't work (I am trying to name
I know this is a n00b question but I want to define a variable
I know this question is probably stoopid. But I just don't want to cause
I want to style my custom scrollbar. I know this is possible with WebKit,
I know this question gets asked a lot because I have looked at many

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.