Hos*_*yen 2 css css-float right-to-left
现在我在css中设置了
.one-half{
width: 305px;
margin-right: 30px;
float: right;
}
.feat-cat .last-col{
margin-right: 0;
}
.feat-cat{
overflow: hidden;
margin-bottom: 30px;
direction: rtl;
}
Run Code Online (Sandbox Code Playgroud)
当我这样做
(.feat-cat .last-col)消失了
我该怎么做呢?
这是我在其上工作的网站 http://hossamyehia.com/wordpress/
对于RTL布局,您需要翻转几个属性。
这些包括:
导致问题的原因是您的保证金权利。
将它们更改为margin-left,它将起作用。