1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress CSS Problem

Discussion in 'CSS' started by NYSkyline, Dec 4, 2010.

  1. #1
    I'm have a weird what I think is a CSS problem in wordpress if you go to the following pages you will see how the gray part from the tabber goes into the page content..which I took out the page side bar widget and extended the white background of the page in the CSS to make the page that size. Anybody know what could be going on here or how to fix it? Thanks,

    Pages
    http://www.rule144direct.com/about-rule-144/
    http://www.rule144direct.com/pink-sheet-listing/

    It doesn't do it on this page
    http://www.rule144direct.com/finra-form-15c211/
     
    NYSkyline, Dec 4, 2010 IP
  2. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #2
    It's the height of your "content area" within the .container...

    The background image is in the content area on the left...

    Need to add some spacing or padding or recreate the image to the width of your sidebar...

    
    /*********************************************
    		Container Div
    *********************************************/
    #container {
    	background: url(images/container-bg.gif) top center repeat-y;
    	text-align: left;
        margin: 0px auto;
        width: 1000px;
        padding: 0px 8px;
    }
    
    Code (markup):

    
    http://www.rule144direct.com/wp-content/themes/iCar/iCar/images/container-bg.gif
    
    Code (markup):
    Cheers!~
     
    workingsmart, Dec 4, 2010 IP
  3. Eka Ariyasa

    Eka Ariyasa Banned

    Messages:
    182
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #3
    this is familiar code to create wrapper in my templates :) i using it every create blogger templates "margin:0px auto;" make it your images in center browser.. :)
     
    Eka Ariyasa, Dec 6, 2010 IP