I just cant seem to centralize this - Fix this and I'll buy you a coke.

Discussion in 'CSS' started by wptheme, May 24, 2011.

  1. #1
    Hi everyone,
    Please have a look here
    http://bit.ly/ilFiL9

    I just can't seem to centralize the thumbnail for my slideshow. Its always at the left. Does anyone knows how to make it center below the main slideshow?

    See SS

    [​IMG]

    If you fix it I'll buy you a coke :)
     
    wptheme, May 24, 2011 IP
  2. sburst

    sburst Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Page not found ...

    From your screenshot, I would say just wrap your site in a global wrapper that is centralised, then just place your other divs within this wrapper.

    
    
    body {
    	background: #333333;
    	height: 100%;
    	width: 100%;
    	margin: 0px;
    	padding: 0px;
    	}
    
    #wrapper {
    	background: #ffffff;
    	width: 900px;
    	height: 100%;
    	padding: 0px 0px 0px 0px;
    	margin: 0px auto 0px;
    	}
    
    
    Code (markup):
    
    
    <body>
    
    <div id="wrapper">
    
    <!-- INSERT YOUR OTHER DIVS HERE -->
    
    </div>
    
    </body>
    
    
    Code (markup):
    Should work fine.
     
    Last edited: May 25, 2011
    sburst, May 25, 2011 IP
    wptheme likes this.
  3. wptheme

    wptheme Well-Known Member

    Messages:
    4,051
    Likes Received:
    346
    Best Answers:
    0
    Trophy Points:
    180
    #3
    Already got it fixed, thanks though ;) rep+
     
    wptheme, May 25, 2011 IP