Benjamin Kesler
asked 10 years ago

Hi, 
First thanks for your great work here. I have an issue with the promobar plugin and the dw minion theme. When I use the option in  promobar to “push down” the page, the left side bar with social icon and search is not pushed down and hide the search fonction. This would be ok but on mobile, this left bar goes on top of the screen and we can’t see it anymore. Is there a way to fix this? (especially on Mobile).
Thanks!

1 Answers
DominicStaff
answered 10 years ago

Hello Benjamin ! 
To make the DW Promobar compatible with DW Minion, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

 <style>
.dwpb-open .site-actions {
    top: 40px;
}
.site-actions {
    top: 0;
    transition: top 0.5s ease 0s;
}
</style>

Hope this helps !

Benjamin Kesler
replied 10 years ago

Hello Dominic!

Thanks for the snippet!

However this doesn’t work on mobile device (it actually makes it worst :/ ) – Do you have any ideas? (I updated to the last version of the promo bar that allows to hide on mobile but I would need it to work on mobile).

Thank you so much.
Ben

Dominic Staff
replied 10 years ago

Hi,
To use the promobar plugin on the Mobile device, you can add the following code to the Header Code:

Hope this helps !

Powered by DW Question & Answer Pro