• 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

    http://azurewealthmanagement.com

Viewing 1 replies (of 1 total)
  • you need to go to the bottom of your style.css editor and find Media Queries. In there edit the width to lets 250. You then need to go up under the heading Structure and change the sidebar width to 250 or whatever you want it to be. This worked for me, im learning myself. So I hope this works for you also!

Viewing 1 replies (of 1 total)

The topic ‘Adjust Sidebar width’ is closed to new replies.