kevinmiao Posted February 2, 2018 Share Posted February 2, 2018 Hi friends, I have this issue which bothers me for a long time. I have multistore set up and more than 50 stores. In back office, I can't pick the store at the end of the drop down because the list is not scrollable. Can anyone help me to modify the header tpl or tell me what file needs to modified? You will be much appreciated! 1 Link to comment Share on other sites More sharing options...
prstshp_joe Posted August 23, 2018 Share Posted August 23, 2018 (edited) Have you found a solution? I tried to edit the header.tpl but was not very successful.... Line 129: <ul id="header_shop" style="height: 500px; overflow: auto;"> If I don't specify height, the scrollbox is only one line high. If I do specify height, all elements on the left side down to the selected size are not clickable. Any clues? Thanks Edited August 24, 2018 by prstshp_joe modifications in header.tpl tried (see edit history) Link to comment Share on other sites More sharing options...
prstshp_joe Posted August 24, 2018 Share Posted August 24, 2018 Browsing the forge I came across this: http://forge.prestashop.com/browse/BOOM-3016 I added inside the <header>: <style type="text/css"> #header_shop .dropdown-menu { max-height: 600px !important; overflow-y: auto !important; } </style> Flawless! Link to comment Share on other sites More sharing options...
Guest Posted August 26, 2018 Share Posted August 26, 2018 Genius! Thanks 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