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?
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
Hi, there’s a dropshadow on the header on desktop version. Just want to carry that same drop shadow over to mobile
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