• thisisaw

    (@thisisaw)


    hi. site in question: https://www.thisisawkward.com

    I have been trying to add navigation to my header and I am having a very difficult time. I have read and reread the ‘designing headers’ page, but I can’t figure it out.

    I want to add basic black page links in the bubbles on the header. Whenever I try to add anything to my header.php, the page gets all wonky which im sure means im not doing it right.

    How should I do this? What do I add to the header.php and to the style.css?

    Thanks-

    Lost and troubled,

    J~

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thisisaw

    (@thisisaw)

    here’s what I am doing so far with no luck:

    (to my them index.php)

    changing from:

    <div id=”header”>

    <h1></h1>

    </div>

    to:

    <div id=”header”>

    <h1></h1>
    <p class=”description”>

    <ul class=”menu”>
    <li class=”current_page_item”>Stories
    <li class=”page_item”>Media
    <li class=”page_item”>Articles
    <li class=”page_item”>Profiles
    <li class=”page_item”>Submit

    </div>

    AND to my style.css:

    adding:

    #header {
    padding: 0;
    margin: 0;
    margin-top: -23px;
    position: relative;
    height: 270px;
    width: 780px;
    background: #3371A3;
    background-image: url(https://www.thisisawkward.com/wp-content/themes/default/images/personalheader.jpg);
    border-bottom: 2px solid #BEBEBE;
    }

    THIS isn’t neccessarily how I am going to make the exact changes, but it is not working at all… the links are just shown in bullets underneath the header… what else do I have to change??? I am using Kubrick template.

    tyvm

    moshu

    (@moshu)

    <ul class="menu">
    What is the css for this one?
    You have to define this class…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘brain hurting, please help’ is closed to new replies.