I would like to add a thin line between “Contact” and “Remember Them” purely for aesthetics so the top half is more about my brand and the bottom half has other resources, etc. I can’t seem to find the information anywhere. Thank you.
For that you have to manage some css code but i have fast solution for that but its not exact solution but you can solve your issue.
add this cssin Asset->theme.scss at bottom of file.
#mySidenav nav ul li.mobile-nav__item:nth-child(4){ border-bottom: 1px solid white;}
Note: If you add any menu above contact then you have to adjust :nth-child(4) value.
Doesn’t work ![]()
