Reply To: Changing column width

Homepage Community Forums General Changing column width Reply To: Changing column width

#10366
Eric
Customer

    There is a div that surrounds the main content area, and the right sidebar. Both the Content and right sidebar are inside of a div which has a width of 920px. So when you adjust the width to the code I mentioned earlier, you need to adjust the div that surrounds those two sections…..or it will throw the right sidebar off since they both can’t fit inside the 920px space if the width exceeds it. Does this make sense?

    Here is the code you’ll need to adjust (line 832 in your css) –

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
    	width: 920px;
    }

    So just calculate what size you want your content and right sidebar to be, then make sure the above code is adjusted so that they will both fit inside.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com