DanGB Posted September 13, 2014 Share Posted September 13, 2014 Hello. On this page for example: http://www.temp-site.info/31-aks#/ I have some checkboxes from the block layered navigation module. Golf Mk5 golf Mk6 Etc I cant quite work out how to make this list of checkboxes always a single column. If I decrease my browser width, the pages goes into a responsive mode and then does a single column. Thats want I want at all times Thanks, Dan Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 Open yourdomain/themes/yourtheme/css/modules/blocklayered/blocklayered.css and find this: #layered_block_left ul li { padding: 2px 0; } Change to: #layered_block_left ul li { padding: 2px 0; width:100%; } 1 Link to comment Share on other sites More sharing options...
DanGB Posted September 13, 2014 Author Share Posted September 13, 2014 Thank you thats perfect. Link to comment Share on other sites More sharing options...
DanGB Posted September 13, 2014 Author Share Posted September 13, 2014 Actually, another related question. The text next to the checkbox is a link, but doesnt seem to do anything? I dont really understand the intended behaviour there. Should the link text just be disabled somehow? Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 You can click on text to check the checkbox Link to comment Share on other sites More sharing options...
DanGB Posted September 13, 2014 Author Share Posted September 13, 2014 You can click on text to check the checkbox Ahh, ok, but it doesnt work with the Chrome browser. IE and Firefox is ok Link to comment Share on other sites More sharing options...
dioniz Posted September 13, 2014 Share Posted September 13, 2014 Works for me in chrome too 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