A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
How to correct the gaps created during smooth scroll effect on mobile responsive views?
I am trying to figure out how to go about resolving the issue with gaps that are being created on mobile viewports after a menu item is clicked. You can see a slight gap between the top of the widget browser's address bar area on the site here: [https://devsite2.savvyprosolutionsllc.com/][1]
This does not happen on desktops.
How do I go about closing this gap?
I have tried evaluating the CSS code using Chrome Dev Tools, but cannot seem to determine where the issue is coming from.
Thank you