Moving Wordpress Widget to Left side Content

Discussion in 'HTML & Website Design' started by TonyG23, Apr 10, 2014.

  1. #1
    I want to my my secondary widget to the left side of my content on wordpress. Would anyone know I can do this? I don't see it no where in my theme options I'm guessing I would have to mess with the coding a little bit. I tried searching it on Google and can't find it.

    Can someone help me move it. My blog is everydayblogtips.com I wan't to move the categories widget to the other side of the content.
     
    TonyG23, Apr 10, 2014 IP
  2. winnerdomains

    winnerdomains Active Member

    Messages:
    133
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Not sure how you have things set up. But, those ads are just a widget area, right? If so, just drag the category widget where the Ad widget is. That should fix it from my understanding of the question.
     
    winnerdomains, Apr 10, 2014 IP
  3. TonyG23

    TonyG23 Banned

    Messages:
    142
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I want my whole widget bar to cone on the left side of my content so I have my a left and right side widget bar. Not both on the right side of my content.
     
    TonyG23, Apr 10, 2014 IP
  4. winnerdomains

    winnerdomains Active Member

    Messages:
    133
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #4
    Easy fix man.

    Just float the content right

    Style.css line 71

    Change:
    
    #content {
      overflow: hidden;
      float: left;
      width: 600px;
    }
    
    
    Code (markup):
    To This:
    
    #content {
      overflow: hidden;
      float: right;
      width: 600px;
    }
    
    
    Code (markup):
     
    Last edited by a moderator: Apr 10, 2014
    winnerdomains, Apr 10, 2014 IP
  5. TonyG23

    TonyG23 Banned

    Messages:
    142
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Ok but both widgets moved over. How do I get the primary widget back to the right of content and keep the category widget on the left side of content?
     
    TonyG23, Apr 10, 2014 IP
  6. winnerdomains

    winnerdomains Active Member

    Messages:
    133
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #6
    Be right back. Have to run.
     
    Last edited by a moderator: Apr 10, 2014
    winnerdomains, Apr 10, 2014 IP
  7. TonyG23

    TonyG23 Banned

    Messages:
    142
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Ok Thank you.
     
    TonyG23, Apr 10, 2014 IP