Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1160490

    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

    #1160491

    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.

    • This reply was modified 4 years, 12 months ago by Jacopotj.
    #1160508

    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

    #1161414

    thanks!

    #1161730

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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