Hi folks, thanks for this useful plugin. On DW Page, Promobar is sliding down the body content, but not the Primary Menu, hiding it. I played with settings, at no avail. Is there something I can do to solve this? Thanks in advance.
2 Answers
Hi Bogdan,
To resolve this issue, please add the following code to Custom style in Dashboard / Settings / DW Promobar
.navbar-fixed-top {
transition: top .5s;
-webkit-transition: top .5s;
}
.dwpb-open .navbar-fixed-top {
top: 40px;
}
Hope this helps !
I think tthere is some custom css that has to be added to your theme and the similar question is already been answered on other thread just search the question list ok i found it for you ,here is the link you need http://designwall.com/question/the-promobar-interferes-with-the-positioning-of-my-link-tooltips/
Please login or Register to submit your answer