Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Do you want that sticky posts don’t appear on top of other posts?
    Or do you mean something else?

    Let me know, please. Also, tell me the URL of your site which you are asking help for.

    Thread Starter sroskylos

    (@sroskylo1)

    The solution if someone need it is..

    
    @media only screen and (min-width: 240px) {
        .fusion-content-widget-area .widget li.pis-li.sticky {
            box-shadow: 0px 0px 0px #fff;
        }
    }
    

    Thank you @aldolat

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide sticky css’ is closed to new replies.