Jump to content

Navigation Assistance


KCinDC

Recommended Posts

I need some assistance adjusting the navigation on this website. The dropdown on the top navigation bar has a gap which makes it difficult to reach the other pages. Could somebody instruct me on how to adjust this so the dropdown is flush against the nav bar? The website is: www.dimensionshealth.org Your help is really appreciated Thank you Karen

Link to comment
Share on other sites

Thanks to Chrome, I think I narrowed down your problem. In your styles.css (linked here) find:

#access ul ul {	-moz-box-shadow: 0px  0px 10px #999;-webkit-box-shadow: 0px 0px 10px #999; box-shadow: 0px 0px 10px #999;	display: none;	position: absolute;	top: 37px;	left: 0;	float: left;	padding:10px 0 !important;	width:auto;	white-space:nowrap;	z-index: 99999; }

In that code, find: top: 37px;. change that to something lower, like top: 28px;

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...