Hey guys,
i´m trying to use box-shadow, on PC (bigger than 749px) it works fine, the shadow shows up on the right and the bottom.
On mobile (smaller than 749px) it´s just showing the right shadowline. The bottom one seems like its cut off or something.
PC:
Mobile:
How can i get the bottom shadow back? I try´d using margin-bottom, but that´s just extending to right line, the bottom one is still cut off.
PW: 2023
Thanksss
Hi @MyEcomAgent ,
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @MyEcomAgent
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media screen and (max-width: 767px){
.slider.slider--mobile {
padding-bottom: 20px !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly