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
Hello,
Please, try to use the following code instead:
Thanks
Thank you.
Hi,
Not sure, but I believe after I added the coding, the information on the website between the slide show and the footer disappears on the live website.
I removed the coding but it is not showing up anyway.
I have visited your website, and everything seems to be fine.
Are there any steps to reproduce to notice this issue?
Best regards
Yes, nevermind. Thank you so much.