hi.
how i can rearrenge css file that will show some blocks respectively on the sidebar. just like on wordpress version of this theme.
see picture pls:
| Comment | File | Size | Author |
|---|---|---|---|
| 1.JPG | 43.69 KB | mutevaggil |
hi.
how i can rearrenge css file that will show some blocks respectively on the sidebar. just like on wordpress version of this theme.
see picture pls:
| Comment | File | Size | Author |
|---|---|---|---|
| 1.JPG | 43.69 KB | mutevaggil |
Comments
Comment #1
naheemsays commentedWhat you need to do is to place two blocks next to each other (one above the other) and then find their unique css id.
For instance, if you want to place the "who's online" and the "who's new" blocks together, try something like this (create a new file called local.css and put this in there):
the block-user-2 and block-user-3 are the css ids for the two blocks.
(each block being 135 pixels wide)
Comment #2
Netbuddy commentedIf your putting it in the right sidebar, I found I had to use this with the latest 6.2 dev release.
Comment #3
naheemsays commentedyes, in the 2.x-dev branch, there are some changes to the css classes (and more)