The Top Bar is appearing in my off canvas menu for tablet landscape mode, but not tablet portrait mode. I don't want the top bar to appear in the landscape mode or the smart phone mode either, which it does.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
@media only screen and (max-width: 690px) {
body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
display: none;
}
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Awesome...Thank you very much...I just had to increase the max-width to 1200 to remove the Top Bar on the Off Canvas Menu on the tablet landscape mode!
The Top Bar is appearing in my off canvas menu for tablet landscape mode, but not tablet portrait mode. I don't want the top bar to appear in the landscape mode or the smart phone mode either, which it does.
How do I proceed?
Attached files: Screenshot 2024-10-11 101447.png
Hi there,
Thanks for writing to us.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Awesome...Thank you very much...I just had to increase the max-width to 1200 to remove the Top Bar on the Off Canvas Menu on the tablet landscape mode!
Hi there,
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.
If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.
Your feedback is valuable to us and greatly appreciated!
Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out.
Best regards,