Advertisement
deliciousthemes

Haze - Modify Slider Dimensions

Jul 6th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #slider {
  2.     width:940px;
  3.     height:400px;
  4.     display: block;
  5.     clear: left;
  6.     position: absolute;
  7.     top: 0px;
  8.     left: 50%;
  9.     margin-left: -960px; /* change it with -(width_image_dimension/2). If the image is 940px wide, change it with -(940/2) = -470px */
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement