Wordpress照片未与文字对齐

时间:2018-01-27 19:43:20

标签: html css wordpress image alignment

我正在使用带有WordPress的下划线模板主题,似乎无法将我的图像与我的文本对齐。

Here is the link I am looking at。 我试图将第一个图像与“概述”标题和后面的段落对齐。当前图片有以下代码:

import android.widget.SeekBar;
...
 private SeekBar hysteresis;
...
this.hysteresis = findViewById(R.id.sb_hysteresis);
this.hysteresis.setMin(10); <--Compiler said:Call requires API level 26 (current min is 23): android.widget.AbsSeekBar#setMin

但该段仍然没有与之对齐。有人可以向我解释为什么这不起作用吗?

0 个答案:

没有答案
相关问题