- ifssvas February 24, 2013 at 4:36 pm
Here is my page: http://www.cbsullivanconsulting.com/dev/
I had to adjust the header in css to accommodate my new logo.
In doing that, the menu was not in the correct placement.
I got the menu in the correct placement, but now the sub-menu and sub-menu text is not correct.
Can you help me figure out how to correct this?
Juanfra Aldasoro February 24, 2013 at 9:00 pmHello,
Thanks for writing. I’ve been through your site and it seems that the submenus are displaying under the correct menu items. In which browser are you experiencing this issue?
Best,
Juan.ifssvas February 24, 2013 at 9:17 pmPlease go look now.
I had to put the menu back in the center position as I wanted and now the drop-downs are off, so you will see what I am talking about now.
Thanks,
JeromeJuanfra Aldasoro February 24, 2013 at 9:25 pmHello Jerome,
The problem is that you’ve added a right margin to: #navigation .nav li a
You should remove that, and if you want to add some right margin, you should add it over the div containing the menu. That would be:
.nav { margin-right: 110px; }
Best,
Juan.ifssvas February 24, 2013 at 9:36 pmPERFECT!!!
That worked beautifully!
The menu and sub-menus are correct now.
Thanks so much!
Jerome
This topic is marked as resolved
Only the topic author can re-open this thread.