Home › Forums › Theme support › Vento Theme WP Compatibility › Reply To: Vento Theme WP Compatibility
Can you please try this:
go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#page.page {
height:100vh;
overflow:hidden;
}
This css code should solve the problem