Hi the theme I'm currently using had a right and left "mini" side bar, and a dynamic tab that was located on the right of my site. I succesfully moved everything to the left and deleted the tab but the right sidebar (now left since I fliped the location of it) is still keeping it's place as noted by the space. I deleted everything in rsidebar.php so I'm not sure what css to edit. So my question is how do I get rid of the empty space? Or in other words resize the sidebar?
Also how would I position the logo so it's centered?
Originial theme: http://www.thatagency.com/THATthemes/ My site using it: http://ultimatechristianreviews.com/demo/
Style sheet.css
/* Theme Name: THAT Music Theme Theme URI: http://www.thatagency.com/THATthemes/index.php?wptheme=THAT+Music+Theme Description: Thatagency.com Music Blog Theme Version: 1.1 Author: THAT Agency Author URI: http://www.thatagency.com/ Tags: red, dark, three-columns, fixed-width, right-sidebar */
.navigation ul li a { background:url(img/nav_rightbrdr.gif) top right no-repeat; color:#FFF; display:block; font-weight:bold; height: 13px; padding:15px 15px; text-decoration:none; margin:0; width:auto; float:left; }
/********************************************************************* Main Image Header *********************************************************************/
/********************************************************************* Right Side Content *********************************************************************/
.sleft ul li ul li, sright ul li ul li { color:#FFF; padding:5px 0 6px 0; font-size:15px; background:url(img/bullet.gif) no-repeat 0 7px; padding-left:16px; margin:0 0 0 5px; }
While that suggestion may work, I can only imagine the confusion you will have down the road when you try to figure out the wording there. Remember to keep your class names semantic. Having a class called "right" that is being floated "left" doesn't make too much sense.
So my question is how do I get rid of the empty space? Or in other words resize the sidebar?
Also how would I position the logo so it's centered?
Originial theme: http://www.thatagency.com/THATthemes/
My site using it: http://ultimatechristianreviews.com/demo/
Style sheet.css
960.css (grid css)
Thanks,
Larry
you make some changes in your css...
.right put float left
.container_16 .grid_7 decrease the width of this class 214px
.container_16 .grid_9 increase the width of this class to 715px
i think your problem will sort out.. :)
While that suggestion may work, I can only imagine the confusion you will have down the road when you try to figure out the wording there. Remember to keep your class names semantic. Having a class called "right" that is being floated "left" doesn't make too much sense.