Action Bar Visible on Mobile

Hi,

How can I keep the action bar displaying on mobile version/responsive?

The website is https://www.mecustomhandles.com/

I found the following CSS on the discussions but it did not work for me:

@media screen and (max-width: 767px){

  #Action_bar,

 #Action_bar .slogan{

   display: block!important;

  }

}



Thank you

Comments

Sign In or Register to comment.