need simple wordpress help

Discussion in 'WordPress' started by 2ant, Aug 3, 2011.

  1. #1
    just started my blog but i want to move my sidebar to the left from the right side. if anyone is interested , post here ill send a link of the blog.

    thanks in advance
     
    2ant, Aug 3, 2011 IP
  2. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
  3. mightiest

    mightiest Member

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #3
    You have to know about coding.
    or maybe just find another theme. There are a lot of free themes out there, just find what you like. ;)
     
    mightiest, Aug 4, 2011 IP
  4. Woman Seeks World

    Woman Seeks World Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    In your theme settings you should be able to change this easily...you shouldnt need to do anything to do with coding if you are using a theme which has a sidebar
     
    Woman Seeks World, Aug 5, 2011 IP
  5. linc

    linc Member

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    28
    #5
    If coding is something you're not familiar with, I would suggest you switch to another theme for quick solution.
     
    linc, Aug 5, 2011 IP
  6. ajobjon

    ajobjon Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    it's need many coding . if you haven't any idea on coding then it's batter to switch theme .
     
    ajobjon, Aug 6, 2011 IP
  7. wordpressthemestock

    wordpressthemestock Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #7
    You can change the Css code in style.css file .

    Hope that help !
     
    wordpressthemestock, Aug 9, 2011 IP
  8. spujap

    spujap Active Member

    Messages:
    136
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Using online editor edit the main page of template...just find the tags reading include sidebar.php

    You need to cut-paste it in the desired div tag....Also you might have to tweak CSS a bit...
     
    spujap, Aug 9, 2011 IP
  9. whatinspiresu

    whatinspiresu Peon

    Messages:
    41
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    if you want to try youself, you might pull it off simply, but it depends on your themes code.
    Go into your css file and look for 'sidebar' change float:left to float:right
    then look for 'content' and change float:right to float:left

    it might work on the first shot and its easy to change back if it messes things up.
     
    whatinspiresu, Aug 12, 2011 IP