Help moving the sidebar location
-
I did some slight modifications to the Treba theme. The first thing was to centre the main text area and increase the size of the main area, however my side bar got moved to the bottom of the page. I would like it to be on the right handside. Could anyone advice me on how to do this.
Many thanks for any help
Blog is at http://artofplatinum.wordpress.com/
The blog I need help with is: (visible only to logged in users)
-
To widen the Treba theme and keep the sidebar in the right place, try the following:
#wrap { width: 970px; } #content { width: 725px; } #sidebar { width: 200px; } -
That worked a well, thank you very much for your help. Just one other thing is there any way to add an ‘About’ button to the Traba theme.
thanks
-
The Treba theme only has the option to display menu items in the sidebar, but there are a few other things you could do. You could add an image to the sidebar in an image widget to make it stand out more. Or you could add html to a text widget, either a link or an image, and you could use absolute positioning to move it into the header area that way.
- The topic ‘Help moving the sidebar location’ is closed to new replies.