[Resolved] Shadow under Mobile Header

Home Forums Support [Resolved] Shadow under Mobile Header

Home Forums Support Shadow under Mobile Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1003060
    Kim

    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.

    #1003168
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Hi David, awesome ๐Ÿ™‚ …what would be the code for Tablet and Desktop?

    Many thanks!

    #1003883
    David
    Staff
    Customer Support

    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 (?)

    #1005362
    Kim

    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.

    #1005558
    David
    Staff
    Customer Support

    Right ok ๐Ÿ™‚ So is that now working as you wanted?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.