我刚刚开始使用粉底,它非常强大。
当采取响应式设计时,有没有办法让正确的单元格位于左侧单元格之上?目前图像在下方,但我希望它能够超越它。
这可能吗?
我已经尝试过(正如您在下面看到的那样,切换"第一个"以及"最后一个"类,但这不起作用。
<table class="row">
<tr>
<th class="small-12 large-7 last columns" style="font-size:12px !important;padding-left:30px !important;color:#414141 !important">
<span style="font-size:20px;color:#0171c5">
This is a title about things in this email and things</span>
<br /><br />
Test
<br />
<br />
<a href="#" style="font-size:14px;font-weight:bold;text-decoration:underline;color:#0171c5">Read More</a>
</th>
<th class="small-12 large-5 first columns" style="padding:0px 0px 0px 6px !important;text-align:center">
<img src="images/2nd-image.jpg" style="max-width:100%;height:auto;margin-left:auto" />
</th>
</tr>
</table>