• Resolved clynngardner

    (@clynngardner)


    How do you re-size the side bar on the right hand side? I’m using Color Way version 3.2.9

    Thanks,

    Crystal

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Just so I’m on the same page as you, you’re referring to the right sidebar on the all of the other pages besides “Home” correct? With Recent Posts, Recent Comments and all that? If so, there’s a couple different ways to go. You should change the pixel width value of the class “sidebar” or change the percentage width value of the class “grid_8”. If you haven’t already, it’s generally recommended to use a child-theme when making changes. This way, if the theme is updated by the creator, then your changes remain and won’t get overwritten. Please let me know if this helps or if you have any other questions.

    CSS you would add is something like this:

    .sidebar {
    width: 300px;
    }

    Or:

    .grid_8 {
    width: 30%;
    }

    If you go to Appearance > Theme Options > Styling Options, you can add CSS there and play around with it until you get the desired results. Again, please let me know if you have any questions.

    Andrew

    Thread Starter clynngardner

    (@clynngardner)

    Worked perfect, again thank you for all your assistance!

    Crystal

    The code above still did not work for me. I am trying to shrink the size of the sidebar using the CSS editor found in “Styling Options”. I tried both of them and both of them left my site unchanged. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Size right side bar’ is closed to new replies.