Can anyone recommend CSS to add so I can spread out the items in my drop-down nav? I've already added CSS for line height, but I don't know the tag for the space between the line items. I have links that are two lines long, and I need additional space so there's more separation.
Also, is there a way to add padding to the bottom of the container box?
Question
wagneric 22
Site URL: https://wolf-cube-3k56.squarespace.com
Can anyone recommend CSS to add so I can spread out the items in my drop-down nav? I've already added CSS for line height, but I don't know the tag for the space between the line items. I have links that are two lines long, and I need additional space so there's more separation.
Also, is there a way to add padding to the bottom of the container box?
Thanks
Link to post
Top Posters For This Question
5
4
2
1
Popular Days
Oct 16
4
Apr 13
2
Oct 17
2
Oct 20
1
Top Posters For This Question
tuanphan 5 posts
Tove 4 posts
wagneric 2 posts
abibacon 1 post
Popular Days
Oct 16 2020
4 posts
Apr 13 2020
2 posts
Oct 17 2020
2 posts
Oct 20 2020
1 post
Popular Posts
wagneric
I found the answer in another post. .header-nav-folder-item { padding-bottom: 8px; } Of course, it came from Tuanphan!
tuanphan
.header-nav-folder-item { width: auto !important; white-space: nowrap; }
tuanphan
/* align left dropdown items */ .header-nav-folder-content { text-align: left !important; }
Posted Images
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment