How can i center the bubble for WPC Fly Cart, when i try to do this with css for example under, it does not center. Do you guys maybe have a solution for this?
Thankyou for your reply, so unfortunately i have tried this method as the object holds a 40px from left or right standard. Cause of this it is impossible to simply make it 100% center.
In the meanwhile i have tried some stuff and discovered a method that works. (Might be useful for some one in the future)
So i made a div and copied the outer html of #woofc-count (you can do this by inspecting the flycart and copy outer html) Make it looking like this in the html section i created ( i added another div around with a custom class so i can make it fixed and hide the other flycart after)
Dear mr, ms,
How can i center the bubble for WPC Fly Cart, when i try to do this with css for example under, it does not center. Do you guys maybe have a solution for this?
#woofc-count {
left: 50%;
}
Kind regards,
Niko
Hi Nikolaos,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Nikolaos,
Please try below CSS code:
Best regards,
Dustin
Hi Dustin,
Thankyou for your reply, so unfortunately i have tried this method as the object holds a 40px from left or right standard. Cause of this it is impossible to simply make it 100% center.
In the meanwhile i have tried some stuff and discovered a method that works. (Might be useful for some one in the future)
So i made a div and copied the outer html of #woofc-count (you can do this by inspecting the flycart and copy outer html)
Make it looking like this in the html section i created ( i added another div around with a custom class so i can make it fixed and hide the other flycart after)
So then i added this css to yourCustomClass to make it fixed and flex
And then added these changes in css on class .woofc-count making it always perfectly display in the center
Ofcourse you need to hide the original fly cart so you wont have two fly carts this can be simply done by this.
add this code to css to make the fly cart hidden >
add this code to css to make the flycart visible what is in the div class .yourCustomClass >
I hope this can be useful for someone in the future, as it has helped me, ofcourse there might be better ways but this works perfectly fine for me.
Kind regards,
Nikolaos K
Thanks so much for this solution!
It will help many customers that have the same requirement for the cart bubble as you.
Best regards,
Dustin