如何在此页面的x-block-grid four-up
课程RTL中制作图像?
(http://demo.theme.co/integrity-1/shortcodes/block-grid/)
我可以使用:
制作RTL h2标签<h2 class="h-custom-headline h5 accent" dir="rtl"><span>Code</span></h2>
但是我无法使x-block-grid four-up
类RTL,静止图像从左侧开始
<ul class="x-block-grid four-up" dir="rtl">
答案 0 :(得分:0)
✔️解决了这个问题:
.x-block-grid.four-up > li {
float: right;
}
或
li.x-block-grid-item {
float: right;
}