Mobile body padding-top
-
Hello, great plugin.
I just wanted to point out a bug. The js in /js/main.js:
if($notificationSection.hasClass('ht-n-top ht-n-open')) { $body.css('padding-top', $notiTopHeight); }
appends a padding-top to the body tag even on mobile when
Enable / Disable On Mobile Device
is enabled in the settings.This code should be conditional based on the status of the setting mentioned above. The other js used to append a class on the body should also take the mobile setting into consideration.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mobile body padding-top’ is closed to new replies.