Download & Extend

how could this be made fluid or sidebars resized?

Project:Refresco
Version:6.x-1.1
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

hi, this is a great looking theme - and excellent functions and features - just wondering how it might be set to fluid width and also how one might make the right sidebar wider (or perhaps control all through percentages versus current layout)...i'm not a design guy..any advice appreciated!

Comments

#1

Hi, I originally designed this to be a float center fixed width theme, so I don't think it will be very easy to convert it to a full width fluid template. I might consider making a fluid width version of this in the future if there is a great deal of interest in that.

The sidebar width is set by the CSS. It currently allows you to have 1, 2, or 3 columns. The sidebar is currently set to 170px, however it can easily be changed to say 200px by changing the style.css file around line 238, where it currently says width: 170px, you could put width: 200px. Then you would need to change the width of the main content column, around line 270 in style.css, so that the width of #two-content-columns #content would shorten down to width:510px; to make up for the space you are taking up by the sidebar.

After that, your sidebar headers would need to be widened to 190px from the current 160px (line 242 or so in style.css) to fix the width issue there.

That should do it.

#2

Status:active» closed (works as designed)
nobody click here