Viewing 3 replies - 1 through 3 (of 3 total)
  • You would have to change the css in style.css. Find this line:

    #bar{
    	background:#512e36;
    	width: 100%;
    	height: 50px;
    	position: fixed;
    	text-align: left;
    	bottom: 0;
    	left: 0;
    }

    Change the ‘bottom’ property to ‘top’, and that should do it. If the content is too close to the top, you will have to change the padding of the center div to something like 25px, just so there’s a clear separation.

    Hope that helps. Just as a side note, you would be better off using a different theme, one that allows you to change these options without having to pay for it.

    Have fun, cheers

    For $6 I thought the upgrade was worth it.

    Theme Author Schwarttzy

    (@schwarttzy)

    Ouch, $6.00 too much lol

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Adventure] Nav Bar on Top’ is closed to new replies.