crliquidators Posted October 15, 2020 Share Posted October 15, 2020 Site URL: https://www.crliquidators.com My drop down for the different categories we offer (All Products ↓) has more categories than what fits on the page and it runs off the screen. How do I get it to either show multiple columns or at least scroll so people can see all of the categories in the overlay? Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 Add to Home > Design > Custom CSS a[href="/allproducts"] + div { column-count: 2; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
crliquidators Posted October 16, 2020 Author Share Posted October 16, 2020 Thank you for the reply. It does give me 2 columns but it cuts the categories at the column width and still runs off the page. I tried changing it to 4 columns to get everything on the page but it made it even more chopped up. Is there any way I can get it to recognize the categories and set the width based on the longest one? Or can I set the width and height manually? Here is an example of what it is doing: Adhesives/S ealants Drilling/Hol emaking End Mills/Hol ders Link to comment
crliquidators Posted October 16, 2020 Author Share Posted October 16, 2020 This is what happens with 2 columns. Link to comment
crliquidators Posted October 16, 2020 Author Share Posted October 16, 2020 This is with 4 columns. I really appreciate any help on this. Link to comment
tuanphan Posted October 17, 2020 Share Posted October 17, 2020 New code .header-nav-folder-item { width: auto !important; white-space: nowrap !important; } .header-nav-folder-content { column-count: 4; width: auto !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
crliquidators Posted October 19, 2020 Author Share Posted October 19, 2020 Thank you, it worked great. I really appreciate it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment