Wordpress - How Do I Move Secondary Widget Only

3 replies
  • WEB DESIGN
  • |
I'm trying to move my secondary widget to the left side of my content.

Everyday Blog Tips is where im try to do it at.

The .css is..

#container {
width: 960px;
margin: 0 auto;
}

#main {
padding: 15px;
background: #fff;
}

#main-fullwidth {
padding: 15px;
background: #fff;

}

#content {
overflow: hidden;
float: left;
width: 460px;
}

#sidebar-primary {
overflow: hidden;
float: left;
width: 280px;
margin-left: 15px;
}

#sidebar-secondary {
overflow: hidden;
float: left;
width: 160px;
margin-left: 15px;
}
#move #secondary #widget #wordpress
  • Profile picture of the author RobinInTexas
    You can add a container for the content and the secondary, float the new container left, the sidebar within it left the main content right. Close that container and float the primary sidebar right.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9097457].message }}
  • Profile picture of the author TonyG23
    Would that be the easiest and best way to go about it? Sounds tough never messed with .css coding before.
    {{ DiscussionBoard.errors[9098510].message }}

Trending Topics