Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #296262

    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?

    #296428

    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

    #296478

    gunter – that worked perfectly, THANK YOU DUDE!!!

    i love kriesi and their support team. ALWAYS helpful.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjust formatting for better spacing’ is closed to new replies.