Steveio Posted June 29, 2021 Share Posted June 29, 2021 Hi, I am using v1.7.7.5 and I have a problem when viewing my website in mobile view. Basically, the #wrapper tag changes to display: none; when I switch to mobile view and try to use the main menu/navigation, so all I have visible is the header on the page. I have tried adding #wrapper {display:block;} to the custom.css file but it doesn't work. The #wrapper style="display: none;" appears to be an inline style and I can't find where to change it. Link to comment Share on other sites More sharing options...
razaro Posted June 29, 2021 Share Posted June 29, 2021 Maybe style is added through JavaScript, but in general you can override inline style with #wrapper { display:block !important; } Not the greatest practice but if you need it try it out. 1 Link to comment Share on other sites More sharing options...
Steveio Posted June 29, 2021 Author Share Posted June 29, 2021 That's great. It works. Thanks very much Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now