When Topbar pushes down the page, press the X and there is a gap.
-
IE was not working right as it was the only browser that showed the bar on only half of the screen… I saw a support post to do this to push down the page… and it now works on IE.
Take this and change
position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999;I changed into this:
top: 40; padding:0; margin:0; width: 100%; z-index: 99999;Now when the bar is shut by the user, it leaves a big brown gap where it was.. the page doesn’t go back up.. is that normal? Can it be fixed?
https://www.willowbrookWNY.com
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘When Topbar pushes down the page, press the X and there is a gap.’ is closed to new replies.