Side Bar Float to other side
-
Hi Kyle,
I would like to float my blog roll from the right sidebar to the left where the “leave a comment” field is. I know it is possible in Blogum, how can I do this? and move the comment feature under the post?
Can you help? Thank you!
KThe blog I need help with is: (visible only to logged in users)
-
Hi there, I’ll offer the following with a caveat: The post metadata on the left size can vary in length due to post/page title length and the number of categories you have assigned to a post. To move the links widget, we have to use position: absolute, which means that the links widget floats above all other page elements within the wrapper, and that means it will not adjust position for longer metadata blocks. That could mean that somewhere in the future, it may overlap the bottom of the post metadata. If that happens, you will have to adjust the top value for that longer metadata, which could mean others will have a bigger gap between the meta and the links widget.
#linkcat-2854 { left: 0; position: absolute; top: 320px; width: 145px; }
- The topic ‘Side Bar Float to other side’ is closed to new replies.