Site logo

Archived topic

Shadow under Mobile Header

5 replies · Started by Kim on September 6, 2019

Viewing posts 1–6 of 6

Hi there, I would like to add a shadow under the mobile header. Can you please help me with the necessary CSS? I did not get it to work unfortunately.

Hi there,

try this CSS:

#mobile-header .inside-navigation {
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.25);
}

Hi David, awesome :) ...what would be the code for Tablet and Desktop?

Many thanks!

It applies to the Mobile Header which by default would cover the 768px wide tablets.
But it looks like you have reduced the Mobile breakpoint to 576px and i can't see a Desktop Navigation (?)

Hi David, yes there is no navigation on the hompage since it is more a landingpage. I have reduced the breakpoint to have the logo on the tablet view.

Right ok :) So is that now working as you wanted?

This archived topic is closed to new replies.