This topic contains 3 replies, has 2 voices, and was last updated by StartupWP 5 years, 7 months ago.
- AuthorPosts
- August 21, 2013 at 4:57 PM #1060
Installed Pro version and created custom menus for the interactive header dropdown menu. They work, but it is very sensitive to mouse position and/or click timing.
This occurs with latest Firefox and IE9. I have not tried IE 10 or Chrome yet.
I had this problem prior to starting any customization or installing plugins.
Is there a setting someplace that I can adjust the mouse over delay and click timings?
Site is still in development and is sandboxed at http://www.spectrumresourcesinc.net/develop/
Also, Custom CSS module on the settings page does not recognize !important. I needed a child theme and some page template customization anyway, so a custom style.css was not a big deal for me, but you need to be aware.
Thanks!
August 21, 2013 at 5:05 PM #1061The menu is 100% CSS. Here’s what you need to adjust though:
nav li ul { top: 27px; }
August 21, 2013 at 5:13 PM #1062Thanks for the quick response!
Still teaching myself – give me a hint and save me some time with firebug; which class?
August 22, 2013 at 2:07 AM #1063The code supplied above is the complete solution, just copy and paste:
https://startupwp.com/topic/customizing-your-theme/
You could of course narrow it down to:
header nav li ul { top: 27px; }
We will be improving IDs, classes and the HTML5 structure more in future releases.
- AuthorPosts
You must be logged in to reply to this topic.