jgolanbari Posted February 7, 2021 Posted February 7, 2021 Site URL: https://www.aerofinadesign.com/ Password: Aerofina2020 Im trying to reduce the width of my drop down menu under products... just a little wide for my liking but cant seem to find the right code
jpeter Posted February 7, 2021 Posted February 7, 2021 You'll want to mess with the value of the min-width style property of the CSS code below. It looks like the default it 200px. CSS .header-nav .header-nav-item--folder .header-nav-folder-content { min-width: 200px; } See article on where to place CSS code https://support.squarespace.com/hc/en-us/articles/206545567 Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.