
08-17-2017, 04:11 PM
|
 |
Ecwid Team
|
|
Join Date: Nov 2016
Posts: 151
|
|
Hello Cyn,
Una here, Ecwid Customer Care team. Thank you for reaching us out!
I see what you mean. I checked your store on my mobile devise and indeed, the menu is at the bottom of a page now. In order to fix it and move the menu to the top, you just need to apply the following CSS code:
Code:
.horizontal-menu-container.horizontal-mobile .horizontal-menu-button {
position: fixed;
top: 0;
left: 0;
width: 800px;
}
Please copy the code and paste it in your current CSS theme in Ecwid control panel->Settings->Design->Edit Theme, please remember to save the changes.
I hope this will help! If you have any further questions, please feel free to ask. We will be glad to answer and assist.
Best regards,
Una Q.
Ecwid Support Team
|