By marscat on
I have a side bar that I would like to divide into two sections. How would I go about doing this?
I simply want to use the existing block (sidebar) and put a horizontal line near the top to make a new
division.
I have a side bar that I would like to divide into two sections. How would I go about doing this?
I simply want to use the existing block (sidebar) and put a horizontal line near the top to make a new
division.
Comments
Since blocks go in sidebars
Since blocks go in sidebars (regions) I am not sure exactly what you goal is but if it is to place a horizontal line above some block consider each block has a unique id (you can look at the source or use the inspect feature of firebug) you can add a top border something like this
padding-top controls the space between the line and the blocks header/title, margin-top the space above the line (and below the previous block)
thanks will try
we have a sidebar of quicklinks but want to put a horizontal rule above the list to add a "big item" link.