在购物车和结帐时将运费金额向右移动
Posted
技术标签:
【中文标题】在购物车和结帐时将运费金额向右移动【英文标题】:Move Shipping amount to the right On Cart and Checkout 【发布时间】:2021-08-06 03:00:37 【问题描述】:我需要使用我尝试过的 CSS 将运费从左向右移动(我用 Chrome 检查了源代码,然后对其进行了编辑并将其粘贴到 WordPress 中的自定义 CSS 中。):
tr.shipping span.amount margin-left:26%;
但它并不完美
解释更多我想要它
从此: https://pasteboard.co/K2bDdhY.png
对此: https://pasteboard.co/K2bDo93.png
网站:
https://warnemuenderschmuckeck.de/cart/
最好的问候
【问题讨论】:
【参考方案1】:或具体的运费
#shipping_method .shipping__list_label bdi
float: right;
【讨论】:
【参考方案2】:试试这个,
tr.shipping span.amount
float: right;
或者你可以添加自定义类
【讨论】:
以上是关于在购物车和结帐时将运费金额向右移动的主要内容,如果未能解决你的问题,请参考以下文章