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.

Sidebar Widget Placement

Discussion in 'WordPress' started by gp305, May 3, 2012.

  1. #1
    Having a problem with sidebar widget placement for the amazon widget at http://schoolgardenweekly.com I'd like to make it flush left instead of right. Can't find where to change it in the style sheet. Any help?

    Thanks!
     
    gp305, May 3, 2012 IP
  2. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    in styles.css

    find .textwidget and change it's margin-left to 0px. I think that should do it.

    .textwidget {
    margin-left: 0px;
    }
     
    adbox, May 6, 2012 IP
  3. fotogrph

    fotogrph Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if you just want to modify that specific widget add this to style.css

    #text-598724015 .textwidget { margin-left: 0px!important; }
     
    fotogrph, May 12, 2012 IP
  4. gp305

    gp305 Well-Known Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Thank you adbox and fotogrph. Both suggestions were spot on.
    fotogrph, how did you find the text # for that particular widget.
    Thanks again.
    GP
     
    gp305, May 15, 2012 IP
  5. selfdefense

    selfdefense Greenhorn

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    Choose text widget or links in widget menu!
     
    selfdefense, May 16, 2012 IP
  6. sely

    sely Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Use Firefox Inspector..
    you can do more than that
    cmiiw :D
     
    sely, May 21, 2012 IP