Browser: Chrome (new) OS: macOS / Windows / Linux / etc.
Hello,
In the product price element > style tab, I want to display the product price as below using flex settings. But these options do not work at all. I can’t even create a gap between the prices using the Gap control.
Consider that Flexbox would be working on the parent container holding both of the direct child elements (prices) and you may be targeting the wrong container.
By chance do you have a URL to share as that would allow for people to inspect the code output via the inspector and provide a workable solution.
As muz already mentioned, display: flex gets applied to the parent (which is the standard), but since the element contains a p.price which holds everything else, it doesn’t work. So it’s always advisable to check the markup, if something isn’t working as expected.
Now I understand what the story is. Actually, I think this is not a bug and it should be a feature request. If you agree, it would be great if you could add alignment options for the product price element to target .price. Just like the similar options in the icon list element.