Archived topic
I want a solid gap between my header and below container
5 replies · Started by sreekanth on July 25, 2020
Hey, Team!
I want to display a gap between my header and below the container, though I have given a white color border. I can only see it while I am scrolling it up. Kindly, help me
Hi there,
could you provide a mockup image of what you're trying to achieve ?
Sure, Check this link: https://imgur.com/undefined
Basically, I need a separate line or shadow between the header and container.
That img link doesn't work.
Maybe this CSS will do what you need:
.main-navigation {
border-bottom: 1px solid #ccc;
}
Thanks, It worked :)
You're welcome