Jewelsnorth
Member
Posted 2 years ago #
Has anyone managed to use a sidebar in the theme used by jobs.wordpress.net?
The theme is available here:
http://blog.bluefur.com/2008/05/26/wordpress-job-board-script/
The css file has
#sidebar{
display : none;
}
When I change the properties, I can get the sidebar to appear, but it's in the bottom of the main container block. Is there an easy change for this theme to allow the sidebar to appear correctly?
You'd need to edit the theme's stylesheet.
Jewelsnorth
Member
Posted 2 years ago #
I've edited the stylesheet and when I add something to the #sidebar block above, I can get the sidebar to appear in the container. If I move the get_sidebar routine elsewhere in the stylesheet, the sidebar appears above or below the main content. I've tried playing with the clear and float lines as well.
I'm a newbie to CSS. The theme seems to allow sidebars, but they're turned off. Has anyone used else used the same theme with sidebars?