Lachlan Fraser
asked 8 years ago

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
DominicStaff
answered 8 years ago

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 !

lachlanf
replied 8 years ago

Hi thank you for your response. But it did not work. Ill add the site info as a private answer.

Powered by DW Question & Answer Pro