NO BUG: Type - Notice: Link isnt aligned to the right like other notices?

In Theme Styles: Woocommerce Notice

The “Type - Notice: Link” isn’t aligned to the right, while the “Type - Success: Link” is.
I’ve tried margin-left: auto but that doesn’t work either.

Hi,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue. Would you be so kind as to provide a live link and a screencast using https://jam.dev or screenshots showing and explaining what’s happening?

Best regards,
timmse

Notice Success:


There is spacing between the text left and the link to the right.
Add the product to cart to view the Success notice:

Notice:


There is no spacing between the text and the link.
A product must be in the cart to see the notice:
https://izohome.be/winkelwagen/

Can you tell me how I can trigger the black notice? I have tried various things, but can’t do it :smiley:

There needs to be a product in your cart. (for example: Schütz Schieldgum Roofing Bovenlaag Bezand 8m² 5.0 | Izohome).
Then go to your cart to set your shipping address (Use België, Brussel and 1000 in that order) and select Levering naar huis. Then refresh your page.
image

then you will see the notice:

Great, thank you so much :slight_smile:
The styles for this notice are coming from the flexible shipping plugin and are missing width: 100%.

Add this to Bricks » Settings » Custom CSS to make it available site-wide:

.fs-free-shipping-notice-and-button-wrapper {
  width: 100%;
}

Overall, it’s not a Bricks bug :slight_smile:

1 Like