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

  • Home
  • SEARCH
  • 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 7789153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:12:44+00:00 2026-06-01T21:12:44+00:00

I have a about 200 px width size div on the right side of

  • 0

I have a about 200 px width size div on the right side of the website.

It is like facebook chat box that provide recent timeline.

Here is the code that I am using to resize html div

$(document).ready(function()
{
    $("#right_timeline_div").css("width", $(window).width() - 1200);
});
$(window).resize(function()
{
    $("#right_timeline_div").css("width", $(window).width() - 1200);
});

My code only shrink certain size of div.

I would like to change the div width size when the browser gets smaller size.

Let’s say if the browser is 1200px wide, then I wanna decrease the right sidebar size with jquery.

I tried a lot of methods from here but it didn’t work.

Thank you for reading my question, I hope this help other viewers who have same problem like me.

  • 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-01T21:12:46+00:00Added an answer on June 1, 2026 at 9:12 pm

    Try adding px as in

    var newSize = $(window).width() - 1200;
    $("#right_timeline_div").css("width", newSize + 'px');
    

    or:

    $("#right_timeline_div").width(newSize);
    

    So…

    $(document).ready(function(){Resize_right_timeline();});
    $(window).resize(function(){Resize_right_timeline();});
    
    functiuon Resize_right_timeline(){
        var newSize = $(window).width() - 1200;
        $("#right_timeline_div").css("width", newSize + 'px');
        //                        Add This---------------^
    
        //OR:
       //$("#right_timeline_div").width(newSize);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have about 200 categories that are nested. I am currently reading the documention
i have a table with about 200,000 records. i want to add a field
I have a Database and a table with about 200 mb data. (Product descriptions,
Currently in my iPhone application I have about 200 image views, and I will
I have a Postgres instance building a GIN index. It's looking at about 200,000
I have about 10 drop down list controls that get populated. Instead of copying/pasting
lets say we have a div with 500x500px size and we rotate it on
I have a question that is driving me crazy. It is all about updating,
I have this problem: I have a collection of small files that are about
I have fileA, which has a size of 200 MB. Now I want to

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.