Is there a way to set it so that the bar will push the page down, but not remain at the top of the page?
Thank you
1 Answers
Hi,
To resolve this issue, you can try the following code:
body.dwpb-cover-page {
position: relative;
top: 0;
transition: top 0.5s ease 0s;
}
body.dwpb-cover-page.dwpb-open #header {
margin-top: 20px;
}
If you still face there issue, you can send me your site for further checking.
Hope this helps !
Hi thank you for your response. But it did not work. Ill add the site info as a private answer.
Please login or Register to submit your answer