Hi @parijata,
I hope you are well today and thank you for your question.
This seems happening because of the below custom CSS code that you are using on your website.
body #page-container {
position: relative;
max-width: 1200px!important;
margin: 0 auto;
background-color: #ffffff!important;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
overflow: hidden;
margin-top: 150px;
padding-top: 0px!important;
box-shadow: 0px 6px 30px rgba(0,0,0,0.1);
}
To resolve the issue, please remove the above CSS code from your website that you might have added on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
Best regards,
Shufflehound team