Can someone guide me how to show sidebar on the right instead of bottom?

Discussion in 'WordPress' started by proxywhereabouts, Apr 10, 2010.

  1. #1
    I was trying to get my blog to be more like the main site and kinda succeed doing it, but I have no idea how to make the sidebar show on the right side. It seems something was wrong in my code that makes the sidebar goes down the page. This is modified Kubrick theme. I know there must be a lot of coding error there, I am a newbie and actually don't have any firm experience in coding at all. I learn as I goes.

    Could anyone can advice or help me?
    Advice, suggestion and guides are really really much appreciated.

    Thank you.

    http://blog.share2many.com
     
    proxywhereabouts, Apr 10, 2010 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    hmansfield, Apr 12, 2010 IP
  3. proxywhereabouts

    proxywhereabouts Notable Member

    Messages:
    4,027
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    200
    #3
    I manage to find a fix for this but thanks anyway, still your link is not related to what I'm asking though.
     
    proxywhereabouts, Apr 12, 2010 IP
  4. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Sorry. I thought you were trying to asking how to move your sidebar to the opposite side of the page. Glad you got it worked out.
     
    hmansfield, Apr 12, 2010 IP
  5. John Ross

    John Ross Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Describe your experience. Maybe somebody will have the same problem
     
    John Ross, Apr 12, 2010 IP
  6. proxywhereabouts

    proxywhereabouts Notable Member

    Messages:
    4,027
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    200
    #6
    It turns out the file I'm editing was not the file I uploaded. That's all.
    The sidebar issue was fixed by adding this code
    #content{width:600px; float:left; position:relative;}
    #sidebar {width:300px; float:right; margin-top:-16px; position:relative;}
    Code (markup):
    into the stylesheet and play with the width.
     
    proxywhereabouts, Apr 12, 2010 IP