MrWade Posted October 27, 2025 Share Posted October 27, 2025 Yes, I am using Classic version 8.2.3 I want to move the logo from the side of the menu to above the menu. Can someone help me with this area please? Mr Wade Link to comment Share on other sites More sharing options...
Nilis Posted January 4 Share Posted January 4 Hi MrWade, This can be done by creating a child theme and modify that to fit your needs. I am assuming that you are not using the hook displayNavFullWidth for anything, since i will be using that. Click Backoffice->Improve->Design->Theme & Logo Click tab "Advanced Customization" Click Download theme unzip child_classic.zip copy the original header.tpl from your classic theme to your unzipped child_classic theme: copy public_html/themes/classic/templates/_partials/header.tpl to child_classic/templates/_partials/header.tpl Make the following modification: Change {hook h='displayNavFullWidth'} into <div class="container"> {hook h='displayNavFullWidth'} </div> zip the child_classic/classic folder in a child_classic.zip file In "Advanced Customization" click step 3 "Upload Child theme" Choose your modified child_classic.zip file Click tab "Theme and Logo" Activate the child_classic theme Click Backoffice->Improve->Design->Positions Click "Position a module" Look for your menu module Select displayNavFullWidth hook It might require some custom css to get everything to your wishes, but that can be achieved by modifying the custom.css in your child_classic theme (assets/custom.css). I have attached a basic child_classic.zip that does everything explained above (except the hook positioning ofcourse) child_classic.zip Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now