Hi, wonder if you can help, I've been asked if we can make the main menu, span 100% of the page width rather than stacked to the left.

Also if we wanted to try to have the tabs with equal length, any ideas on how to do that?

Comments

zymphonies-dev’s picture

Hi,

Add this following code in style.css to make full width menu.

#main-menu{
  max-width: 100%;
}

Thanks,
http://www.zymphonies.com/

zymphonies-dev’s picture

Status: Active » Closed (fixed)

fixed, closing this issue