Magento – Move Quick Access Bar to Top of Header

header

NEW QUESTION:

How to add a Cart Icon to header?


Hello everyone
I'm wondering how to move the
Quick Access Bar from
Below the catalog
to
I'm assuming I need to edit code? Please help!
Thank you so much.
NEXT QUESTIONS:
-How can I make the bar a lighter gray?
-How do I fix the bar to the top of the website? (If I scroll down I can still see it)

Best Answer

go to the header template (located at your_package/yourtheme/template/page/html/header.phtml)

move the part

<div class="quick-access-container">...</div>

to the top of the code:

<div class="header-top">...</div>
Related Topic