MaartenB Posted August 20, 2017 Share Posted August 20, 2017 (edited) When I updated chrome to version 60.0.3112.90 the backoffice menu looks very strange. (see attachment). Anyone else has this problem? I use PS1.6.0.9 It happens only with chrome since version 60.0.3112.90 and with the minimized menu. When i expand the menu it looks normal. Edited August 20, 2017 by MaartenB (see edit history) Link to comment Share on other sites More sharing options...
olkuznw Posted August 22, 2017 Share Posted August 22, 2017 Hello! I have the same problem. I've checked it and it looks like problem connected with the width for "#nav-sidebar ul.menu li.maintab > a.title i" on screens with height < 850px. If screen height < 850px, then item element will have width = 42px, and it is too wide. It will be fixed after adding this styles to yours admin theme css: @media (max-width:850px) and (min-width:480px) {#nav-sidebar ul.menu li.maintab > a.title i {vertical-align: baseline;text-align: right;width: 18px;font-size: 14px;} } Please see my screenshot https://www.awesomescreenshot.com/image/2755252/171c3a59febc2abbca80a9a2d5951328 Link to comment Share on other sites More sharing options...
prestahero.com Posted August 23, 2017 Share Posted August 23, 2017 When I updated chrome to version 60.0.3112.90 the backoffice menu looks very strange. (see attachment). Anyone else has this problem? I use PS1.6.0.9 It happens only with chrome since version 60.0.3112.90 and with the minimized menu. When i expand the menu it looks normal. you can upgrade your website to v1.6.1.16 it will solve the issues and also good for you with latest version Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now