Hi there – in my woocommerce store on this site, a forced sale WC plugin is butting up to the right of the Buy Now button – is there a CSS fix to get some spacing so it doesn’t look so cramped?
Hey charger70!
Thank you for using our theme.
In custom.css or Enfold->styles->Quick CSS field put the following code and adjust the vaules:
form .wc-force-sells{
margin-left: 300px !important;
}
form .wc-force-sells li{
margin-left: -8px !important;
}
Best regards,
Günter
gunter – that worked perfectly, THANK YOU DUDE!!!
i love kriesi and their support team. ALWAYS helpful.