Hello, i would like to make an aesthetic fix.
On my mobile, when opening articles on the right you can see the shadow effect of the sidebar.
I would like to remove the shadow – just on mobile – because sometimes the shadow is very close to the content and i dont like it.
Screenshot https://ibb.co/HVqfVdx
Exemple of page, if you are on mobile.
Not sure if it shows on every mobile.
Or do you think its cool and should leave it? Uhm. I just dont like when text gets very close to shadow.
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.sidebar_shadow .sidebar_right .content.av-enable-shadow {
box-shadow: none!important;
}}
Best regards,
Jordan Shannon
thanks!