Wanted to post this tip for anyone who might need it. I wanted to give my dropdown items a little more breathing room on mobile. What worked for me was creating a style sheet and enabling margin. I applied just .25 to top and bottom and then applied the class to each navigation item. This does apply margin to the Desktop nav as well so be careful how much margin you apply, its a balancing act to make both Desktop and Mobile look the way you want. I included a before and after pics. Have a Great Day!
1 Like
You could use Blacksmith’s Media Queries to target a specific breakpoint as well.
2 Likes
Oh man, I didn’t even think about that. That would prevent the margin from affecting the Desktop Nav…Brilliant!
2 Likes