conflit
asked 8 years ago

Hi !

I got installed your promobar, it works perfectly and options are good.
But I would like my bar be really tiny (got a low size text with that).

So is it possible to change those height ? I’ve watched in the 3 php pages but nothing found…

Thanks a lot !

1 Answers
DominicStaff
answered 7 years ago

Please add the following code to the style.css file to fix this issue: 

.dwpb-open #dwpb {
z-index: 999999;
height: 90px;
line-height: 90px;
}
.dwpb-button {
line-height: 40px;
}
.dwpb-open .dwpb-action {
line-height: 90px;
}
conflit
replied 7 years ago

Hi Dominic,

Thanks, it works!
One last thing, what is the id of the cross on the right of the bar? I need to change it’s height too.

Thanks again,

Cheers,
Charles.

Powered by DW Question & Answer Pro