Reply 313619 to: pls visit my site and tell me how to eliminate this layout shift

Avatar: Olga Barlow
Olga Barlow
Support staff
January 4, 2022 at 10:45

Hello,

Add for example the below custom to page custom CSS https://prnt.sc/25yegmw

@media only screen and (max-width:768px){
    .et-custom-height {
        min-height: 200px;
    }
}
@media only screen and (min-width:769px){
    .vc_row.wpb_row.et-custom-height {
        min-height: 436px;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.