Link to home
Start Free TrialLog in
Avatar of sharpapproach
sharpapproach

asked on

Wordpress site won't load menu correctly

We developed a website 18 months ago, and all of a sudden people are saying the menus don't look right.    Everything I check on multiple browsers and machines looks fine.  (See Pic 1).  

However, on some internal machines it looks like Pic 2 (only first menu is loading).  

Then they said on an external Mac machine it looks like Pic 3.  (last menu Contact Us isn't loading)

Why is it doing this???  

Here is the site.  www.7thwavelabs.com

Thanks!
Pic1.jpg
pic2.jpg
pic3.png
Avatar of Zephyr ICT
Zephyr ICT
Flag of Belgium image

Using a Mac and Chrome, I indeed see the issue mentioned or shown in pic3...

If I play around with following:

#header ul.menu {
clear: both;
float: left;
margin: 19px 0 0 4px;
height: 31px;
}

Open in new window


Which is in style.css:163

The menu shows up normally, the contact menu gets pushed under the main picture/slider, so something changed apparently ...
Avatar of sharpapproach
sharpapproach

ASKER

It ended up being a padding issue.  Thanks for your advice though.
Once we fixed the Padding, their internal machines don't load the menu.  The rollover is off by one.  I looked at it for over an hour, and can't find why.  

Pic1 is from the users machines.
Pic 2 is from my machine and others that work correctly.

I noticed that their tab also says "Waiting"
tara-screen.jpg
my-screen.jpg
ASKER CERTIFIED SOLUTION
Avatar of Zephyr ICT
Zephyr ICT
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If I change the left from 4px to 1px, then on IE it hangs out to the left.  Again, thanks for your help.  I am an Access programmer, not a web programmer. So, I am can't figure it out.
I wanted to mention that Firefox on Mac doesn't show this menu issue ... I'll see if something else sticks out.
Thanks spravtek.  Actually I changed the Padding on the buttons, which fixed it.  Which was like your suggestion, expect yours made the menu hang out to the left.  However, you guided me in the right direction!
Glad you found a solution!