• hi guys

    Im trying to make the background white on the left hand column of my website here for the mail chimp sign up and the recent facebook posts plugin here.

    http://www.amsn.com.au

    Im not quite sure how to do this ?

    is there some html code i can use before the mail chimp embeded code ?

    hope somebody can help ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Is the left column/sidebar wrapped in a div with the white background?
    Are each of the widgets floating? You may need to clear:both.

    Thread Starter Brentverco

    (@brentverco)

    Hi Quin thanks for the reply

    how do I find out ? is the infomation in the style sheet ?

    How do I clear it ?

    Okay, I’ve had a look at the source.

    If you want a white background on the areas, you need to either apply background:#fff; to the areas, or wrap all the areas in a div with a white background (to look like one area).

    Thread Starter Brentverco

    (@brentverco)

    thanks again quin

    Do I use the div tags ?

    can you suggest the code to put into the post. i cant seem to find it anywhere

    <!-- HTML -->
    <div class="sidebar">
    <div>WIDGET AREA 1</div>
    <div>WIDGET AREA 2</div>
    </div>
    
    /* CSS */
    .sidebar { background:#fff; }

    Something like that – it’s difficult to code on the iPad.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘trying to get the background to work’ is closed to new replies.