Hi calavaro,
This is a small guide. But you may need to BACKUP before proceeding.
This patch contains some files which help to implement your request
If you have not customised anything on the following files, just copy and overwrite it.
<blockquote>- jquery.affixtopmenu.js => js/jquery.affixtopmenu.js
– script.js => js/script.js
– custom.css => css/custom.css
– assets.xml => etc/assets.xml</blockquote>
If you have customized one of these files, follow steps below:
1. Copy jquery.affixtopmenu.js => js/jquery.affixtopmenu.js
2. Open js/script.js and add $(‘.cart_products > .dropdown-toggle, #t3-mainnav .btn-navbar’).affixmenu();
inside the last $(document).ready(function($){ … }) call. Please open script.js in attach file for more information
3. Copy all styles in custom.css to your css/custom.css (if you have this file) or just copy it to correct folder as above
4. Copy assets.xml file to correct folder or add ‘<file>js/jquery.affixtopmenu.js</file>’ to your etc/assets.xml file if you have changed it.
Hope it helps,