22.10.2015, 06:55
Apple has once again changed title bar behaviour in iOS9. There will be a proper fix in the next firmware release, meanwhile here's a temporary one. Keep in mind that it must not be used with iOS8 or earlier.
Add these lines to Custom CSS (Vis. graphics > Edit custom CSS):
Add these lines to Custom CSS (Vis. graphics > Edit custom CSS):
Code:
.ios-fs .ios-title-bar { display: none; }
.ios-fs .menu, .ios-fs .layers, .ios-fs .navbar, .ios-fs .bgfixed { top: 0; }
.ios-fs .btn-show-hide { top: 5px; }
.ios-fs .control-wrap { top: 65px; }
.touch .ios-fs .sidebar { padding-top: 65px; }
.ios-fs.trends .sidebar, .ios-fs.trends .content, .ios-fs.schedulers .sidebar, .ios-fs.schedulers .content { top: 55px; }