Hi!
Thank you very much for this really AWESOME drupal theme! :)
Please, help me, what changes and where I should make to move the primary navigation menu under the logo? (as shown on screenshot). And where I can change it's colour and make it expandable?
Thank you so much for your time!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu-bottom-colourise-1317928-1.patch | 1.11 KB | yashadev |
| ScreenClip.png | 144.67 KB | eldarkhan |
Comments
Comment #1
yashadev commentedApply the attached patch to make your Main Menu under the logo.
Or change the code manually. First, open the page.tpl.php file.
Move the following code under :
Then open layout.css and remove
position: absolute;under #main-menu {
To change its colour and make it expandable, define the styles in custom.css. Make sure you define the styles for specific items rather than global (use ids)
Comment #2
yashadev commented