• Resolved mehar

    (@hariharan-sairam)


    My name is Hari. I have downloaded wp-andreas 01 2.0 theme to use to build a small website in wordpress. I am using 3 column layout. My left sidebar is fixed and seems to be perfect. Whenever I create pages, the text is popping over to my right sidebar area. I would like my right sidebar to be like my left side bar so that the middle column looks neat and does not pope over to right sidebar area. However, if I use posts, it does not pop over to the right side bar area, but I am not able use hierarchical / menus with posts.

    Hope you understand my question. Please help me.

    Thanks in advance for all your help

    Thanks

Viewing 15 replies - 1 through 15 (of 17 total)
  • link to your site please?

    Thread Starter mehar

    (@hariharan-sairam)

    Thanks for your reply. The site is still under development. I am new to this forum. Please advise what information to be provided.

    Thanks

    Thread Starter mehar

    (@hariharan-sairam)

    Can anyone provide me a solution for this problem? I would like to know how I can avoid text over run into my right side bar or how to set 3-column layout for my pages? My site is not operational and hence I may not be able to give any links. However, I can provide with a screenshot.

    Thanks in advance

    [ Please do not bump, it’s not permitted here. ]

    try to right click on a page, choose inspect element and see where is your problem. It can be that your .blog(or what ever it’s called) has width of 600px instead of 450px. Maybe your right sidebar has absolute position, and .blog doesn’t see it there. It can be loads of different things, and without me actually seeing the site, i can’t inspect element and help you.

    Thread Starter mehar

    (@hariharan-sairam)

    Thanks a lot for your advise. Can I send you the screenshot? The site is still not up.

    Thread Starter mehar

    (@hariharan-sairam)

    Apologize for bumping. Sorry, I was not aware of. In future I will not do.

    ok, send a screenshot, and if possible style.css (not all of it, just the part with sidebars and main content)

    Thread Starter mehar

    (@hariharan-sairam)

    Sorry to bother again. How will I attach the files in this thread?

    Can you upload image somewhere and just post a link to it here?

    Thread Starter mehar

    (@hariharan-sairam)

    Apologize for the delay in replying. Please find below the links:

    The actual problem I have taken a screenshot and is available in
    https://www.yousendit.com/download/QlVnN3RRYTI4NVZDaDhUQw

    The CSS file is available in
    https://www.yousendit.com/download/QlVnN3RRYTJtNEx2WnRVag

    Please let me know if you need any more information to resolve this issue

    Thanks

    Try adding float:left to #content and #contentwide (line 54 and 55)
    and maybe set width to 480px

    Thread Starter mehar

    (@hariharan-sairam)

    Also I have changed like this. is this correct?

    #content {line-height:1.6em; margin:0 155px 5px; padding:0;float:left}
    #contentwide {line-height:1.6em; margin:0 0 5px 150px; padding:0;float:left}

    which line I should change width to 480 px?

    do you have teamviewer installed? if yes, find me on skype and i’ll show you how to fix it. My skype name is zex2911

    Thread Starter mehar

    (@hariharan-sairam)

    Unfortunately sir, in my office, I cannot use SKYPE and cannot install any without infra permission. However, I will ask my wife to ping you in skype. She will refer my name, Hari.

    Thanks for all your help.

    can i see your site in question from her computer? if not, than it’s no use. If you are not using IE (any other browser will do), right click in the middle of the screen, choose inspect element from drop down menu, and find

    <div id="content">

    Than on the right hand side you will see styles added to that id. just add width:480px and see is that of any help. doing it in that way you can figure out what needs to be changed and how to change it.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Regarding Right Sidebar’ is closed to new replies.