How to slide sidebar content over to the left .
-
Hi !
Please tell me how I can slide my sidebar content over to the left a few pixels. I have already adjusted the padding in the stylesheet to -10px. Adjusting to -11px or greater(or is it lesser) doesn’t have any effect at all. The site is itadminsolutions.com
I’m very open to suggestions.Thanks in advance!
/* SIDE BAR */ #sidebars{ float:left; } #sidebar{ float:left; width:240px; padding:0px 0 0 -10px; } .sidebars h2{ font-size:18px; color:#303030; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; background:url(images/sidebars_h2.gif) no-repeat; height:35px; padding:4px 0 0 30px;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to slide sidebar content over to the left .’ is closed to new replies.