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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:43:13+00:00 2026-05-14T07:43:13+00:00

Trying to mess with this wordpress theme and can’t figure out why the sidebar

  • 0

Trying to mess with this wordpress theme and can’t figure out why the sidebar is stacking underneath the content block. Any help would be very appreciated. http://www.buffalostreetbooks.com/events

CSS:

body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 10pt;
    background-color: #692022;
    background-image:url("http://www.buffalostreetbooks.com/wp-content/themes/autumn-leaves/images/repeatflower.png");
}

body,h1#blog-title {
    margin: 0;
    padding: 0;
}

a {
    color: blue;
}

a:hover {
    color: #FF8C00;
}

a img {
    border: 0 none;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    background-color: #F4FBF4;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#header {
    background-image:url("http://www.buffalostreetbooks.com/wp-content/themes/autumn-leaves/images/headertime.png");
    width:768px;
    height: 200px;
}

#inner-header {
    padding: 125px 1em 0;
}

h1#blog-title {
    font-size: 2em;
}

h1#blog-title a {
    color: #800000;
}

.entry-title a {
    color: #CD853F;
}

h1#blog-title a, .entry-title a, #footer a {
    text-decoration: none;
}

h1#blog-title a:hover, .entry-title a:hover, #footer a:hover {
    text-decoration: underline;
}

div.skip-link {
    display: none;
}

#menu {
    border-bottom: 1px solid #ccc;
}

#menu a {
    color: #000;
}

#menu a:hover {
    text-decoration: underline;
}

#menu li.current_page_item a, #menu li.current_page_item a:hover {
    background-color: #DFC28B;
    text-decoration: none;
}

#content {
    padding: 1em;
    width:600px;
}

.entry-title {
    font-size: 1.5em;
    margin: 1em 0 0 0;
}

abbr.published {
    color: #666;
    border: 0 none;
}

.entry-meta, .entry-date {
    color: #666;
}

#comments-list .avatar {
    float: left;
    margin-right: 1em;
}

#comments-list .n {
    font-weight: bold;
}

.entry-meta, .comment-meta {
    font-style: italic;
}

#comments-list p {
    clear: left;
}

#primary {
    padding-left: 1em;
    font-size: 0.9em;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FFFACD;
}

#footer {
    text-align: center;
    font-size: 0.8em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em; 
}

#inner-footer {
    padding: 1em 0;
}

.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a,
.sidebar, .sidebar a,
#footer, #footer a {
    color: #666;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one 

sidebars right of content
*/
div#container {

margin:0 0 0 0;
width:960px;
height:100%;
}

div#content {
margin:0 0 0 0;
}

div.sidebar {

overflow:hidden;
width:280px;
min-height:500px;
clear:both;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div#menu {
height:2em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {

}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comme

nt {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation 

div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation 

div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar 

h3,div.sidebar ul {
margin:0;
padding:0;
}
  • 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-14T07:43:14+00:00Added an answer on May 14, 2026 at 7:43 am

    Well, inside your container div you can swap the position of both divs (the sidebar and content) and then make the sidebar div float: left.

    If you don’t want to move the content, you can achieve this by changing the CSS only.
    Make the div#content float: right
    make the div#sidebar float: left
    under the div.sidebar rule remove the clear:both

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

Sidebar

Related Questions

Trying to figure out how I can do this properly. The print_r looks like
I have got myself into a bit of a mess trying figure out the
I was trying to mess around with this new easy way to use google
I'm trying to figure how to implement this in TSQL do update stuff set
I've been trying to figure out for nearly a week now how to call
I've trying to mess around with django-tables2 for creating a leaderboard table that allows
I'm trying to shake a window, but got error mess in console. My code:
Trying to build out an exception if move.UserId does not equal currentUserId then Redirect
Trying to make this jQuery filter that uses .find case-insensitive. For example, when the
Trying to get a wildcard search to pick up on any text in org_name

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.