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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T21:39:06+00:00 2026-06-18T21:39:06+00:00

I have a really bizarre issue that I just recently noticed I’m working on

  • 0

I have a really bizarre issue that I just recently noticed
I’m working on a wordpress theme for a friend, and I’m using relative/absolute positions to add social/connect buttons on the side of some divs — Which works fine to get the proper design.

The issue, however, arises on the “Social” div that is on the right side of the page.
If the browser is smaller than the main content’s size, it adds extra white-space to the right side of page. If I move the div to the left side, it’s fine; it only adds the whitespace at about half the page length (which is more confusing).

I can’t for the life of me figure out why this is happening; I can’t figure out if it’s a standard behavior, or an issue I created on my own.

I was hoping perhaps someone here might have had similar experiences, or just an idea how to fix it.

The CSS for the #social div is:

#social{
   width: 90px; height: 250px;
   padding: 10px;
   position: absolute; right: -40px; top: 40px;
   background: #EFEFEF;
   box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);}

The CSS for the #page-content div it resides in is:

#page-content{
   clear: both;
   min-height: 500px;
   width: 870px;
   margin: 0 auto;
   padding: 20px 0;
   position: relative;
   border: 5px solid #FFF;
   background: #F2F0D7;}

And the screenshot is:
Issue

The width up there only exists if the browser’s width is less than 960px (the width of the content)

  • 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-18T21:39:08+00:00Added an answer on June 18, 2026 at 9:39 pm

    After viewing your site, it looks like it’s your social pannel. Some of the generated elements are 100px or more wide. If you remove the width:90px;, you can see the width it’s trying to achieve. You could wither amend those elements and set their widths smaller (or to 100% or whatnot), or you could apply overflow: hidden; to the #social div:

    #social {
        ...
        overflow:hidden;
    }
    

    The reason why this is occurring is because you have overflow out of your social container. It only happens on the right because those elements are left aligned. (you could also align the elements to the right I suppose.)

    Hopefully that helps.

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

Sidebar

Related Questions

I have this really bizarre issue where I have a forloop that is supposed
This is really bizarre because I checked that the two strings which I have
I have a bizarre issue going on with my dev server. Just a few
Here's a really bizarre bug I recently ran across in CF9. Anyone have a
I've been investigating frame breaking code recently and have come across some really bizarre
I have a Wordpress site that is doing something very bizarre. If you go
I have what appears to me to be a really bizarre issue. I'm experimenting
I'm using Filemaker Pro 12 Advanced. I have a few tables but have really
I'm having a bizarre issue that I haven't seen before and I'm thinking it
Newbie alert! OK, I have a working central Mercurial repository that I've been working

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.