• Hii all,
    I have re-sized my slider in front page to contain 60% of the width. Hence, I want to shift my right sidebar up so that it aligns parallel with the slider. Can anybody help me to achieve this function? I tried to play around with the margin-top and was able to achieve this feature with negative value, but this will mess up this sidebar in rest of the pages. So, apparently, it might not be good solution for this purpose. Any suggestions and answers are appreciated.

    Thanx in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • .

    (@techievous)

    Could you please provide us a link to your site? Actually seeing the issue would help a lot in solving them.

    This snippet is the way to do it. May still need some further CSS adjustments, but need link as @techievous has already said

    Thread Starter natsu123

    (@natsu123)

    Hii,
    Its gundrukpost(dot)com.

    As you can see, I want to shift the right sidebar upwards, so that it begins from the very top (parallel to the slider).

    .

    (@techievous)

    Try localize it to home only:

    .home .right.tc-sidebar {
         margin-top: -430px; /* home page sidebar margin top */
    }

    Adjust the number as needed. I have to admit that it’s a very messy way to achieve this, though.

    Thread Starter natsu123

    (@natsu123)

    Yeh, that did the trick. But as you said, might not be a legit way to fix the problem. With this approach, the position of the sidebar is not always positioned correct with different screen/monitor size. Can there be some other way to do it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom position of Right sidebar’ is closed to new replies.