Skip to main content
Participant
November 26, 2025
Answered

Website Header Displaying Differently on Home Page versus Subpages

  • November 26, 2025
  • 2 replies
  • 281 views

Not sure what the cause is but my site header displays correctly on the Home page as below:

 

 

 

 

 

 

 

 

 

 

 

 

But on subpages appears like this:

 

 

 

 

 

 

 

 

 

 

 

 

 

The coding looks the same on both separate pages, wondering why it shows up more indented on subpages?

 

 

 

    Correct answer Jon Fritz

    It's being caused by the reset.css file linked in your <head> section.

    Removing that link brings the header back into position. 

    2 replies

    Jon Fritz
    Community Expert
    Community Expert
    November 26, 2025

    The answer is definitely within the code.

    For the fastest answer, please post a link so we can take a look for ourselves.

    Participant
    November 26, 2025

    Thank you!

    Home page link = https://www.ocap.org/
    Subpage link - https://www.ocap.org/Planning/index.shtml



    [Moderator Note: Personal information deleted. Be careful when replying to forum posts by email, your entire email signature (and all personal info within it) is posted to the public forum.]

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    November 26, 2025

    It's being caused by the reset.css file linked in your <head> section.

    Removing that link brings the header back into position. 

    Participating Frequently
    November 26, 2025

    Any differences between the pages for the container or other tags with IDs that may have  different CSS applied?