• When i scroll down my pages some grey shade comes at around the midle.

    My theme is Hello elementor and i create with elementor

    This happened for the first time and i don t know how to solve it.

    The problem comes only in mobiles.

    Any help appreciated

    Thanks
    George

    • This topic was modified 2 years, 6 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Where exactly do you see a shade of grey? Do you mean the background of the two boxes, like Λογοθεραπε?α ?

    Thread Starter gkeeper

    (@gkeeper)

    no no it comes from the left and then dissapears.
    if you try in phone you can understand!

    hello @gkeeper

    Please find this css below your project file path
    

    @media (max-width:1024px){
    .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 14;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 100%;
    background-color: rgba(51,51,51,.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .6s cubic-bezier(.6,.1,.68,.53) .4s;
    transition: all .6s cubic-bezier(.6,.1,.68,.53) .4s;
    }
    }`
    /wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-style.css
    change left:-100vw; to left:-100%;`

    Thread Starter gkeeper

    (@gkeeper)

    not worked,any other solution?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘gray shade while scrolling’ is closed to new replies.