layout help with blog-newbie

  • Unknown's avatar

    Hi

    I am new to wordpress. I used the Oxygen template and tried to lay out the page to the best of my limited knowledge :d

    Questions:
    – Why are the “Recent Posts, Recent Categories, Categories, Meta” showing up twice, once one the left side and one the right? i would only like it on the left side and erase the stuff on the right side. How do I delete all that?

    – I would like to move the search box moved up to where the title is. How do I do that?

    I have a few more questions but will wait till I can fix the above issues. thanks :)

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

  • Unknown's avatar

    @honeyanddates

    It seems like you’ve already addressed your first issue.

    In regard to your 2nd issue, you could try adding the following CSS code to your site:

    aside#search-2.widget.widget_search {
      position: absolute;
      top: 0.3%;
      width: 220px;
    }

    Let us know if you have any more questions :-)

  • The topic ‘layout help with blog-newbie’ is closed to new replies.