I want my widgets on the sidebar not the footer sidebars

  • Unknown's avatar

    How do I bring my widgets up on the side bar not the footer?
    Also I used to have an application that gave me a choice of pictures to add to my blog, and after I chose it, it would format into the text. It was on the bottom right of my screen below where I add tags etc. I haven’t been to my blog for a bit and it has since disappeared. ??
    Thank you ,
    Korena

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

  • Unknown's avatar

    Hi Korena,

    Please note that for the Wu-Wei theme it doesn’t have widgets in the sidebar, but you can edit CSS to create this. Please go to Appearance > Customize in your Dashboard. Click on the CSS tab and add this:

    .center-column {
    	position: relative;
    	width: 82.047em;
    }
    
    .center-column .hentry, .center-column .page {
    	width: 59.5em;
    }
    
    .post-meta-data {
    	width: 49.5em;
    }
    
    #footer-right {
    	position: absolute;
    	right: 0;
    	top: 350px;
    }
    
    #footer-left {
    	position: absolute;
    	right: 0;
    	top: 155px;
    }
    
    #footer-middle {
    	position: absolute;
    	right: 0;
    	top: 875px;
    }
    
    #comment-wrapper {
    	padding-left: 1em;
    }
    
    .center-column-sidebar {
    	padding-right: 24em;
    }

    Also I used to have an application that gave me a choice of pictures to add to my blog, and after I chose it, it would format into the text. It was on the bottom right of my screen below where I add tags etc. I haven’t been to my blog for a bit and it has since disappeared. ??

    Please note that this was a part of our Zemanta integration, which was removed on January 2nd, 2014. You can find more information about alternatives here:

    https://en.forums.wordpress.com/topic/removing-zemanta-integration?replies=1

    Feel free to reach out if you have any questions!

  • The topic ‘I want my widgets on the sidebar not the footer sidebars’ is closed to new replies.