Does this website render correctly for YOU? Why not?

4 replies
  • WEB DESIGN
  • |
Hi Warriors,

I am stumped and need your assistance please.

I designed a website for a client, customizing a basic WP theme. I have tested this site across all browsers and monitor sizes and have never seen any issues with the site rendering correctly.

However, the client keeps coming back to me saying that it is not showing correctly on his 24 inch high resolution monitor.

The specific issue that he reports to me is that the main menu does not show correctly, the tab text does not line up with the tab and is actually broken and showing on 2 lines instead of 1.

If you are a wp,css expert and can take a look/test at my site, I'd appreciate your feedback.

Do YOU see any issues specifically with the main menu bar not showing correctly on the home page?

If so, could you please tell me why? And/or what needs to be fixed?

This is tough for me because I have not been able to replicate the problem.

Thanks in advance for your assistance!

The site is: www DOT NerveBlock DOT com

Rob
#correctly #render #website
  • Profile picture of the author Michael71
    You might check your sites with Check Browser Compatibility, Cross Platform Browser Test - Browsershots ... if it renders correctly on most major browsers then your done ;-)

    Which browser does show the problem? Any picture with the problem would be also nice to have.

    I have checked in IE11/FF30 and latest Google Chrome... no problem was shown.

    Picture attached is from Google Chrome on Windows 7 64-bit.

    I did NOT check your CSS though as I am sure I would find a lot to optimize, hehe.
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[9332693].message }}
  • Profile picture of the author SteveJohnson
    Nav is totally broken in Firefox on Win7.

    You have several HTML errors (missing/misplaced </div> tags) that could cause this. Fix the errors first, then someone can look again.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[9337428].message }}
  • Profile picture of the author getbestdesign
    im using latest firefox in win 7 the nav tab "joint injection and drug addiction is not centered" and very noticeble i think you should fix that first,
    this is your code to fix that push your last tab to the right
    .
    main-navigation li:nth-child(5) {
    margin-left: 7px;
    margin-top: 7px;


    }
    Signature
    GetBestDesigns.com
    Only the best for the best from the best.....
    {{ DiscussionBoard.errors[9337569].message }}
  • Profile picture of the author harkon
    There is a padding problem with your navigation. If you are applying only left padding to a tab as stated above, you are not centering the content of all the tabs because the text inside them is of different length. That is why the "Home" text is centered a bit to the left, and the "Joint Inflections" text is not contained within its tab.

    The social buttons are also not properly aligned with the rest of the content.

    Verdict: Your client is right.
    {{ DiscussionBoard.errors[9339674].message }}

Trending Topics