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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:04:23+00:00 2026-05-12T08:04:23+00:00

I want to design a simple blog and am using a parent-theme (Sandbox) on

  • 0

I want to design a simple blog and am using a parent-theme (Sandbox) on WordPress to do so. I want to use absolute columns and have so far based myself on Dan Rubin’s article over here: http://24ways.org/2008/absolute-columns

My problem is that the sidebar won’t move to the right as seen here: http://www.dearjasmina.com
Obviously, I’m new at this, but any advice would help. This is the code so far:

#header {
height: 60px;
}

#container div {
margin: 0;
}

#container {
position: relative;
}

#access {
visibility: hidden;
height: 0;
margin: 0;
padding: 0;
}

#menu {
visibility: hidden;
height: 0;
margin: 0;
padding: 0;
}

#wrapper {
width:800px;
margin:auto;
padding:10px;
background-color:#f2f2f2;
border:10px solid #fff;
text-align:left;
}

div div {
background-color:#E6E6E6;
margin-bottom:10px;
padding:10px;
}

div div div {
background-color:#DADADA;
}

.sidebar {
bottom: 10px;
position: absolute;
right: 10px
top:10px
width: 200px;
}

.sidebar ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#content {
width: 530px;
}

body {
margin:0;
font-family:"helvetica neue",helvetica,arial,sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#a1a1a1;
text-align:center;
}

h2 {
font-size:12px;
text-align:center;
}

p {
font-weight:normal;
text-align:left;
text-transform:none;
line-height:1.2;
}
  • 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-05-12T08:04:23+00:00Added an answer on May 12, 2026 at 8:04 am

    It is a little bit unclear as to what you are trying to do here, you have two sidebars: #primary and #secondary. If you want them both to appear side by side, you will have to adjust their “right” property separately. If you want them to appear on top of each other, you must know the height of one and it must not change.

    First, you must set the “position” of div#wrapper to relative. This will make your div.sidebar elements set their position relative to the div#wrapper element that contains them.

    div#wrapper {
        position: relative;
    }
    

    Without setting the position: relative on div#wrapper, your sidebars will position themselves absolutely relative to the “body” element.

    Now that you have set the correct frame of reference for your absolutely positioned sidebars, you can position them however you want. Currently, you have them both in the exact same position and the exact same width, which makes them overlap each other. This probably isn’t what you want, try setting one to have a “right” property of 210px.

    div#primary {
        right: 210px;
    }
    

    Now you will see all three of your columns, your content, primary sidebar, and secondary sidebar. Your primary sidebar is probably overlapping your content though, so you can either hide the secondary sidebar and move your primary sidebar back to “right: 10px”, or set your secondary sidebar to be above the primary sidebar since it appears that its content is not dynamic and won’t grow.

    If you are learning CSS, you absolutely must get Firebug so that you can inspect and edit CSS on any live website. Firebug

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

Sidebar

Related Questions

I have a simple post AR class/table. Its based on the blog tutorial so
I want to design one simple form with Microsoft Visual Studio, I have one
So I'm having trouble with a simple RTS design. Basically I want to have
I want to design simple app widget which has two textview and two button
We want to design a simple domain specific language for writing test scripts to
I just want to design this very simple website. Basically there are multiple pages
I want to design a login and register layout using android tabs. Image is
According to Five Simple Database Design Errors You Should Avoid by Anith Sen, using
I want to design a simple interface for a calculator. The calculator has 2
I'm trying to implement what I think is a fairly simple design. I have

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.