Forums

Help! Sidebar / navigation has disappeared... (2 posts)

  1. Bowlyk
    Member
    Posted 2 years ago #

    Hi,
    I am a complete wordpress novice and seen to have done something that's made my right navigation disappear and re-appear at the bottom of the page, on the left. Any ideas how I put it back on the right?

    Also, how have I managed to change the text in the top categories section to white on white? It used to be grey on white.

    Thanks in advance :0)

    http://www.queensandbowl.com/

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You seem to have fixed your right sidebar. For the top nav, edit style.css and change:

    #navigation a {
    color:#fff;
    float:left;
    letter-spacing:0.1em;
    padding:1px 10px 3px;
    text-decoration:none;
    }

    to:

    #navigation a {
    color:#000;
    float:left;
    letter-spacing:0.1em;
    padding:1px 10px 3px;
    text-decoration:none;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags