Moving the Main Menu from below logo to beside logo
-
Topic
-
Jason:
Can you give me some insight into how the menu location works. I would like to move the main menu up beside the header into the themeblvd_header_addon area.
Do I do this by moving: themeblvd_header_content_default from themeblvd_header_menu to themeblvd_header_addon (and if so how…)
or do I move the themeblvd_header_menu into the space where there currently is themeblvd_header_addon ? (and again – how would I do that?)
or is there better way to move the menu?
Hooks reference (just so I remember who goes where)
themeblvd_header_content
– Description: Main content area of the header, default function calls themeblvd_header_logo and themeblvd_header_addon here.
– Default function: themeblvd_header_content_default
themeblvd_header_logo
– Description: Website logo, called in themeblvd_header_content by default.
– Default function: themeblvd_header_logo_default
themeblvd_header_addon
– Description: Additional area within default themeblvd_header_content.
– No default hooked function by framework
themeblvd_header_menu
– Description: Main menu below content of header.
– Default function: themeblvd_header_content_default
- You must be logged in to reply to this topic.