DanielleJessica01 Posted June 5 Posted June 5 Hi there! I would like to split my drop down shopping section into two columns 1. Split columns into 2 sections in the same drop down menu for "store" so it reads best sellers, trays, bowls, coasters, and second column with the rest. 2. Create space between Shop All and the rest of the product categories. www.hudsenstudio.com
Lesum Posted June 5 Posted June 5 @DanielleJessica01 Hi! You can add this code snippet under Website > Pages > Website Tools > Custom CSS. .header-nav .header-nav-item--folder .header-nav-folder-content { padding: 22px; display: grid !important; grid-template-columns: 1fr 1fr; grid-column-gap: 22px; } .header-nav .header-nav-item--folder .header-nav-folder-content .header-nav-folder-item:first-child { grid-column: 1 / span 2; padding-bottom: 15px; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment