Header navigation spacing off

Can anyone tell me what’s going on with this page?:


The top navigation & sub navigation is out of alignment. Top: the green SHOP button and white text navigation has shifted left and is covering the CYNTHIA ROWLAND logo info. The sub-nav breaks after FAQ so that the MEDICAL ENDORSMENTS is below (should all be on the same line)

Here’s how it SHOULD look:

The only change to the before-and-after.php page was that I added new pictures to the col-2 & col-3 (BEA & BEV)

I would REALLY appreciate any help!

Your site has several security issues and is vulnerable to click jacking. See attached image.


In you before and after page you have this coded

[php]li{
list-style:none;
float:left;
display:inline;
margin-right:10px;
}
[/php]

If you change it to …

[php]li{
list-style:none;
float:left;
display:inline;
}
[/php]

You should be good to go.

Sponsor our Newsletter | Privacy Policy | Terms of Service