Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1221891

    Hello! On my site I have a subtle dropshadow on the header but it doesn’t show on the mobile header for some reason. Can you help me add this same shadow to the header on mobile?

    #1222284

    Hey bobfurgo,

    I can’t really see much difference between the desktop and mobile versions, could you post a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1222648

    Hi, there’s a dropshadow on the header on desktop version. Just want to carry that same drop shadow over to mobile

    #1222858

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #header_main{
        box-shadow: 5px 5px 12px 0px rgba(77,77,77,0.07)!important;
    }}

    Best regards,
    Jordan Shannon

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