Richard74 Posted October 25, 2020 Share Posted October 25, 2020 I am using 7.1 and I adjusted the dropdown spacing to accommodate a longer test. I want to increase the padding on the background to match the text. I figured the custom css would be padding-right, but I guess not. 🙂 Currently the code I am using for the dropdown menu is : /* Change dropdown menu background */ .header-nav-folder-content {   background: #d22730 !important; } .header-nav-folder-item {   width: auto !important;   white-space: nowrap; } Link to comment
Richard74 Posted October 25, 2020 Author Share Posted October 25, 2020 Ah, got it. I added .header-nav-folder-content {   background: #d22730 !important;   width: auto !important; } That did the trick. Link to comment
Richard74 Posted October 28, 2020 Author Share Posted October 28, 2020 Now, oddly, the text on my main menu dropdown is adjusting on some pages, not on others. I'd like the text to extend universally (see above photo) regardless of the page I select. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.