I need to increase size of sidebar

Discussion in 'WordPress' started by alex06295, Feb 5, 2012.

  1. #1
    Hi,

    my site is makingmoneypoint.com

    I want to increase the size of sidebar...... I tried to make some changes in style file but I 'm not able to do it..


    so that my site should look like these sites:

    jaysonlinereviews.com
    marketing-tools-review.com


    please help me.
     
    alex06295, Feb 5, 2012 IP
  2. avinash gaud

    avinash gaud Member

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    2
    Trophy Points:
    26
    #2
    Hello,

    #container {
    • float: left;
    • margin: 0 -1000px 0 0;
    • width: 100%; //change width to 100% on line 68 in file style.css
    }


    #primary, #secondary {

    • float: right;
    • overflow: hidden;
    • width: 200px; //change width to 200px on line 77 in file style.css
    }
     
    avinash gaud, Feb 5, 2012 IP
  3. alex06295

    alex06295 Well-Known Member

    Messages:
    944
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    130
    #3
    I can't understand which one is main content width and which one is sidebar width..
     
    alex06295, Feb 5, 2012 IP
  4. vefaliahmet

    vefaliahmet Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #4
    use chrome & firefox with firebug extension. You can see any change temporary without editing css file.watch this video youtube.com/watch?v=6eTW8-C6_gk
     
    vefaliahmet, Feb 8, 2012 IP