• Resolved thelifeoflisa

    (@thelifeoflisa)


    I am very new to css/html, etc, and I am trying so hard to fix a problem on my page.

    I want to remove the “pages” section on my page, or at least try to make them smaller or alter the appearance. If you look at my page you will see that they are covering my header:

    http://www.the-life-of-lisa.com

    Is there a code I can use to remove them or make it lower in height, etc? PLEASE let me know.

Viewing 5 replies - 1 through 5 (of 5 total)
  • look in your theme’s style.css
    try to find the #navbar section
    adjust sizes

    it’s the #nav-wrap1 and the top:170px; you can play with 😉

    Thread Starter thelifeoflisa

    (@thelifeoflisa)

    Thank you! However, I just deleted the nav wrap info and it deleted the “pages” part from the top, but if you look at my header, you will see there is a link that says “HOME” and I have no idea how to get rid of it. It isn’t one of my pages…so how can I get rid of it?

    Deleting it from the CSS and from your “Pages” doesn’t necessarily delete it from the page itself if it’s hard-coded into the header.

    Look in header.php

    <ul id="nav">
                         <li id="nav-homelink" class="current_page_item"><a class="fadeThis" href="http://www.the-life-of-lisa.com" title="You are Home"><span>Home</span></a></li>
                                </ul>
    Thread Starter thelifeoflisa

    (@thelifeoflisa)

    thank you so much!!! PROBLEM SOLVED!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PAGES problem! Please help’ is closed to new replies.