Site logo

Archived topic

add border on header

2 replies · Started by Jusung on September 3, 2022

Viewing posts 1–3 of 3

Hello.

I want to add a bottom border (white color) under the header and padding-top.
I found some code in the previous questions, but it didn't work.
Could you give me a code for this?

Hello. it has been resolved!
I added this!

@media(min-width: 769px) {
.main-navigation {
border-bottom: 1px solid;
}
}

Glad to hear that !

This archived topic is closed to new replies.