Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
How to hide action bar on mobile?
Xanner
June 2016
in
Menu / Mega menu
I don't like the way my action bar is shown on mobile:
http://dev.aubergedesaboiteaux.com/wp-content/uploads/2016/06/Capture3.png
How could I completely hide it on mobile?
Thanks
Comments
Albert
June 2016
Hi,
to remove Action Bar on mobile completely, you need to use the following css:
@media
only screen and (max-width: 767px) {
#Action_bar { display: none !important; }
}
Xanner
June 2016
It worked. Thanks
Albert
June 2016
You are welcome
Sign In
or
Register
to comment.
Comments
to remove Action Bar on mobile completely, you need to use the following css: