Plugin Author
bidbud
(@bidbud)
Sorry for the extreme delay in replying, I didn’t see this message nor get a notification about it.
I’ve just released a new version of the plugin which will work with the css from your site, so css edits should work fine now (previously it was using a default style sheet).
Hi – that’s OK. Unfortunately it now seems to not be relating to an style sheet…?
When I use an inspect tool now, nothing shows up, and .bidbud td styling in my style.css is not applying anything
Could you please have a look here?
My main objective is to get some padding between the price and the number of days remaining.
Thanks
Plugin Author
bidbud
(@bidbud)
The problem is mixing secure and insecure requests – BidBud forces all requests to be secure, and your page isn’t, So the css request is denied. I was aware of this issue and I’m trying to figure out a good solution to it.
In the meantime, you can hide the time remaining by adding &hide_time=1 to the url. Also &hide_bids=1 if you want to hide the bids and &hide_flag=1 to hide the flag. This should mitigate the problem.