Hi
I'm afraid this is correct. Arrow moves screen to the place where next layer starts and the place it's opening now is where this happens. Some of the layers are using background which needs much more space so layers are stretched because of that.
You can reduce spacings but it will get rid of the backgrounds in some places:
For example cutting the padding in bottom section.
- Code: Select all
#gkBottomSection {
padding: 0;
}