remove column in DePo square
-
how can I remove search column and make one lwide main column in DePo square theme?
The blog I need help with is: (visible only to logged in users)
-
Give the following a try.
#search { display: none; } #content { position: absolute; width: 875px; } #sidebar { margin-left: 200px; } #footer_box { margin-left: -45px; } .archives { float: right; width: 680px; } -
I don’t understand. I thought you’d be able to choose a layout as it says you can have three or one column .
I have no clue about CSS, btw.
-
Nowhere in the DePo Square pages does it say anything about three or one column. It is a one column, fixed width theme with a top widget area. The blue block and the search box are part of the base design and not a “column” by the standard definition (i.e. not a sidebar).
-
For reference here is the official theme description page.
- The topic ‘remove column in DePo square’ is closed to new replies.