Action Bar visible on Mobile
Hello!
I need the Action Bar to be visible also in mobile resolutions (320px to 767px) could you tell me how I can do it?
The website is: https://www.lorenaeckell.com/
Thank you very much!.
Regards.
Hello!
I need the Action Bar to be visible also in mobile resolutions (320px to 767px) could you tell me how I can do it?
The website is: https://www.lorenaeckell.com/
Thank you very much!.
Regards.
Comments
Hi,
Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.
@media only screen and (max-width: 767px){ .mobile-header-mini #Action_bar { display: block!important; } }Thanks