Quote:
Originally Posted by TheWindows7Site
Do I have to use "class="collapse"" in my collapse/expand link?
Because when I do, it puts the link at the very top right of the post's and no matter where I move the link code in the template, it will always place it at the top right (near the inline moderation radio button area).
|
apart from adding additional class overriding the existing properties, you can also add the CSS property of "position:relative;" to the container block so the "top:10px" will apply only to the container and not the whole page
Thanks for the article.