using unwanted space on side of post

  • Unknown's avatar

    how do i post an image or text to blank space on the right or left of my post

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The theme you are using at this blog, http://onasisodelmo.com/ , Wu Wei, does not have sidebars. It has three bottom bars; left, middle and right. You cannot put things off to the side of the posts.

    With the paid CSS upgrade and some CSS editing experience, it might be possible to move one of them up to the right or left, but it would require some pretty good experience with CSS to do that.

  • Unknown's avatar

    The CSS is not that complicated however because the theme is a flexible width there are circumstances that would mean the sidebar area would be part-hidden on the screen. Here’s some code to try out. It moves the widget you have to the left of the main content. If you want to add and move a different widget you’ll need to find it’s unique ID by viewing the source code of the page and replacing archives-3 in the following:

    #archives-3 {position:absolute; top:0; left:-15.713em;}
    .center-column {position:relative;}
  • The topic ‘using unwanted space on side of post’ is closed to new replies.