• Hi,

    Yet another newbie question. I need to make my sidebar/column on the right larger for an ad that I’m running. I’ve tried changing things in the CSS but it’s apparent I don’t have a clue what I’m doing.

    It’s http://www.ourfamilystone.org.

    If someone can please tell me what to look for I’d really appreciate the help!

    Thanks

    Ashley

Viewing 1 replies (of 1 total)
  • You will need to make several changes in style.css, and widen the header image cropped_Collage1.jpg. You may need to adjust some of the numbers I give to suit your taste.

    I will give the style.css approximate line number and the change.

    66    margin: 0 -240 0 0;    to    margin: 0 -330 0 0;
    
    71    margin: 0 250 0 0;    to    margin: 0 340 0 0;
    
    74    width: 240px;         to    width: 330px;
    
    158   width: 940px;         to    width: 1030px;
    
    317   width: 940px;         to    width: 1030px;

    Make your header image match the width in line 317.

Viewing 1 replies (of 1 total)

The topic ‘Making Right Column/Sidebar larger’ is closed to new replies.