scottbruzek 0 Report post Posted August 10, 2011 I am trying to lower the dropdown menu so that it does not overlap with the primary nav menu area. I attempted to change position with the following, with no success: position: absolute; top: -10px; Live link: http://kncomm.bcisandbox.com/ Versions: WP 3.1.2 / PLP 1.5.2 Any feedback would be helpful. Share this post Link to post Share on other sites
bevj 0 Report post Posted August 10, 2011 try this, works in firebug ul.sf-shadow ul.sub-menu { margin-top:5px; ) Share this post Link to post Share on other sites
scottbruzek 0 Report post Posted August 10, 2011 Thanks! It worked. Share this post Link to post Share on other sites