Adjust Sidebar width
-
Hello!
I am trying to adjust the sidebar widths on my theme executive. I’ve added a right sidebar, which makes it more complicated.
The style.css contains this code:
/* Primary Sidebar */
.sidebar-primary {
background-color: #f8f8f8;
float: right;
width: 340px;
}.sidebar-content .sidebar-primary {
float: left;
}But it has nothing on .sidebar-secondary, the one on the right that was added. Plus, if I change the width from 340px the content area does not move over next to it. I know I’m missing something very fundamental. But these are my questions:
1) Why is the sidebar a fixed width? Shouldn’t it be a percent? I want both to be 25% and the main content area to be 50%
2) How do I make all of these line up, fixed with or not?Thanks so much
The topic ‘Adjust Sidebar width’ is closed to new replies.