Venture Theme - align header menu links with width margin

Hi All,

Please can someone assist me.

I have changed the padding for my header menu links from 20px to 10px and now my sticky nav bar is not aligned with the content below.

I would like the “E-BIKES” menu link to be aligned with the page margin below it.

Please see image below.

Thanks in advance!

www.electricrideco.com

Please add this code to theme.scss.liquid file

.site-nav {
margin-left: -8px !important;
}

And remove code added to change margin of logo

@Dan-From-Ryviu

Thanks again!