I'm having trouble with my menu using Acquia Marina. For some reason it wants to expand horizontally and not vertically. It's probably some setting feature, but I'm really struggling.

Here's a screen shot of how it looks:
http://sawaedu.org/sites/default/files/websitescreenshot.jpg

Thanks!
-Annie

CommentFileSizeAuthor
#2 image.jpeg41.83 KBDeepika.chavan
#1 Screenshot-2.png22.24 KBDeepika.chavan

Comments

Deepika.chavan’s picture

StatusFileSize
new22.24 KB

Try adding following CSS to your theme's "local.css" file in the /css directory, if one doesn't exist you can create one and it will load it automatically. I used this to expand menus horizontally on my local site. Please check attachment to see how it looks.

#primary-menu ul.menu li.hover ul.menu, #primary-menu ul.menu li:hover ul.menu, #primary-menu ul.menu li.sfhover ul.menu,#primary-menu ul.menu li.expanded ul.menu {
  width: 400px;
  background: none;
}


.sf-menu ul li {
  width: auto;
  height: 28px;
  margin-top: 2px;
}
Deepika.chavan’s picture

StatusFileSize
new41.83 KB

Sorry the above attachment is wrong. This is the correct one.

jeremycaldwell’s picture

Priority: Major » Normal

@ChasingAnnie, any luck since trying what is listed on the Fusion Drupal Themes forum here?: http://fusiondrupalthemes.com/forum/general-drupal-theming-discussion/ac...

goody815’s picture

Status: Active » Closed (fixed)

marking as fixed due to inactivity. please re-open if you still have this issue