Home Forums WoodMart support forum Linked variation and Free shipping bar Reply To: Linked variation and Free shipping bar

#419131

Hello,

Sorry to say but it was quite difficult to manage this with Variable Product in terms of Free Shipping Bar adjustment because as you know you are using the default WooCommerce Single Product Layout so every other thing in this Layout is adjusted to their position accordingly. So, if we try to adjust this Free Shipping Bar here then we need to adjust the other things here too with that. So, we have tried a CSS solution but it is looking a bit odd when the dropdown Variants aren’t selected. It will look good after their selection.

So, here is the CSS that you can try out if this works out for you:

This CSS needs to be pasted under the Dashboard >> Theme Settings >> Custom CSS >> Global CSS section area:

.wd-after-add-to-cart {
    padding: 8em 0 0 0 !important;
}

.wd-shipping-progress-bar.wd-style-bordered {
    margin-top: 33% !important;
    position: absolute !important;
    width: 100% !important;
}

And this CSS needs to be pasted under the Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

.wd-shipping-progress-bar.wd-style-bordered {
    margin-top: 74% !important;
    width: 90% !important;
}

So, if you want you can try out the CSS but we would personally suggest you not try to adjust this with the CSS, the Layout would not look good with that.

Best Regards