Reply To: Screen jumping / scrolling problem

Home Forums WordPress Themes – Premium Circumference Screen jumping / scrolling problem Reply To: Screen jumping / scrolling problem

#62699
Bidur
Moderator

Hello Elizabeth,

Some custom code is creating the conflict inside header you can notice.
Just increase the min-height for quick fix.
You may add this css;

#cir-content-wrapper {
    min-height: 850px;
}

Thanks!