• Hello,
    I recently brought a webserver and i wanted to create webfolio of my work. I was going to use a standard html page, but i wanted to upload images regularly and i thought a wordpress blog with a photogallery plugin would be easier. I could then do a blog/wip section to show my current work in progress. However i dont want a sidebar down the side, so i downloaded a theme and edited it. Its pretty much entirely different but it had this dynamic sidebar under the header, i dont want it. I just want a simple bar which has 4 links. Blog, About Me, Portfolio, Contact Me. I dont want comments on the About me portfolio and contact me (just a plain non blog page) and blog to be a standard blog.
    Heres how the site looks now
    https://www.mythreed.com/Images/1.jpg
    and i want it to look like this
    https://www.mythreed.com/Images/2.jpg
    (i would like the sidebar to be an image gradient) and for the links to be plain links, no hover images etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • So what’s your question?

    Thread Starter richardpotts

    (@richardpotts)

    Sorry, how do i make a menu? Ive updated it so that the sidebar has only archive, category and search and is not on page template.

    In the header file i have added:

    <div id=”navmenu”>

      <div align=”center”>
      <?php wp_list_pages(‘title_li=’); ?>
      </div>

    </div>

    and in the style.css sheet i have added

    navmenu ul {margin: 0; padding: 0;
    list-style-type: none; list-style-image: none; }
    navmenu li {display: inline; }

    however the menu is not horizontal, the page names appear stacked with bullet points. How do i get them to align hortizontally, and how do i make a background the same width as my header and add that to the nav menu?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Sidebar’ is closed to new replies.