Move Widgets in Nishita Theme

  • Unknown's avatar

    Hello – I am trying to move a custom widget to the left of my picture in the Nishita Theme. I basically want to move my “click here for News Updates” to the left of my main picture. But the woman i spoke to recommended that I move the widget from footer are 1 to footer are 2 or 3 and then perhaps you could help me to move the box up above the picture or a little to the left of it? Please help! Thanks so much

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

  • Unknown's avatar

    Hi there, add the following to the bottom of your custom CSS and see what you think.

    .layout-photoblog .container {
        margin-left: 160px;
    }
    #text-7 {
        position: absolute;
        left: 20px;
        width: 150px;
        top: 97px;
    }
  • Unknown's avatar

    Hey! Thank you so much for answering my question! It totally seemed to work – but I realized I didn’t include the “Recent Posts” widget as well. I wanted that to be moved as well so it is right under the “Click for updates” box. Any way to move that through CSS too?

    Please let m know! Thanks so much!

  • Unknown's avatar

    Great, glad that worked for you. On the recent posts widget, add the following.

    #recent-posts-2 {
        left: 20px;
        position: absolute;
        top: 170px;
        width: 130px;
    }
  • The topic ‘Move Widgets in Nishita Theme’ is closed to new replies.