• Hi all,
    The web site owner decided that the search function in the template used on their web site was really not needed, and thought that removing the “search” function in the CSS would allow for use of the real estate on the bar that had been used for search (since it was deleted).

    The “search” portion of the code was removed (I don’t think it was remarked out) – and it disappeared from the page, but the real estate is not available.

    When you add more pages to the banner/header bar, they start collating on the left side rather than extending into the old search area on the right.

    Is there a way to still use that area?

    The web site is: https://www.personalmasterytv.com

    Thanks for any advice.

Viewing 1 replies (of 1 total)
  • Hi

    In your stylesheet find this line 104

    #nav ul {
    display:block;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 0 10px;
    padding:0;
    width:600px;
    }

    change width: from 600px to 100%

Viewing 1 replies (of 1 total)
  • The topic ‘Header Real Estate (after modified header bar)’ is closed to new replies.