Site logo

Archived topic

Border below header isn't visible on mobile

3 replies · Started by Ales on October 17, 2021

Viewing posts 1–4 of 4

Hi,

I use this CSS code to show border below my header:

.site-header {
  border-bottom: 1px solid #DDD;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

But the problem is that the same border isn't showing on mobile.

I have enabled "Mobile Header".

How can I make the border show up on mobiles too?

Thanks a lot!
Ales

P.S. In the "Private information" field, you have my website URL

Hi there,

Edit your CSS to this:

.site-header, #mobile-header {
    border-bottom: 1px solid #ddd;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
}

Hi Leo,

Thanks a lot for your code, but I don't think it works.

I tried to clear the cache and use incognito mode on my mobile, but the border is still not there.

Can you please check it on your end?

Thanks!
Ales

This archived topic is closed to new replies.