I tried the css here and it did not work and even increased the width but that didn’t help. Is there any other way to hide it? Interest is for mobile phones in portrait view. Thanks.
Hi @GeorgiaG,
Thank you for writing in, please add this to Theme Options > CSS
@media (max-width: 767px) {
.x-topbar {
display: none !important;
}
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Cheers!
Thank you! Perfect, And thanks for the tip.
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.