Closed (works as designed)
Project:
Sticky Navigation
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2017 at 15:46 UTC
Updated:
26 Mar 2017 at 13:32 UTC
Jump to comment: Most recent
Comments
Comment #2
Peter Buchanan commentedThis problem has been resolved for my application by adding max-width: 1040px; to stickynav.css.
The problem reported can be viewed in Firefox by removing this line of CSS, i.e. returning it to the original.
I like Stickynav, it works on iPhone, iPad out of the box, and with this mod also works on Chrome and Firefox.
Comment #3
skein commentedHello
This is not an issue of the module, but of the theme. Also you are better to target #header-wrapper as the selector, then you should not have that issue.
I see you applied your max-width solution directly to the module, but that is bad practice. You should not hack a contributed theme or module. A better solution would be to create your own subtheme of the theme you are using and add an override.css file to the info so that you can tweak what you need without modifying the original module.