How to align a drop-down list to the menu properly?

Hello, I’ve been working with this site and I got stuck here. I’m trying to align the list menu just like the 2nd picture (which is my reference for this drop-down menu) but the alignment looks weird. Thank you

This is the preview of the website: https://li41p4otk5epn3i3-56721342537.shopifypreview.com

@liezel_loyola - do you want something like this?

Please add below css code in bottom of assets/theme.css file

.site-nav__dropdown {

padding-top: 1.4rem;

}

Thank you.