Change Position of Border line

Hi, i have the paid of expression theme for my website www.littleonespreloved.co.uk. I’ve added a border line underneath my main navigation, after my previous border line seemed to have disapeared. However, now it is underneath my social icons. Please could anyone advise me on how to change it so the social icons are just underneath the border line.

I used this border code in Theme.liquid:

header { border-bottom: solid 1px !important; }

Thank you

1 Like

try this instead:

.main-nav-bar { border-bottom: solid 1px black !important; }

Hi @Littleonesprelo

Exchange on this code.


And Save.

Result:

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Thank you! this has sorted it!

Thank you, this worked!