Hello,
action bar is not showing on mobile. Do you have any tips how to fix this?
URL:
dr-hoeschle.de
Thanks!
Please, put the following CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS.
@media screen and (max-width: 767px){ #Action_bar, #Action_bar .slogan{ display: block!important; } }
Thanks
Comments
Hello,
Please, put the following CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks