文本重叠幻灯片 - 无响应

时间:2015-08-05 10:24:32

标签: responsive-design


我正在使用wordpress响应主题,但是一张幻灯片不响应,文字与幻灯片重叠。我试过这段代码.wpi_slide_image { width: 100% max-width: 675px;
但它没有工作
 my Website

幻灯片在主页上 以下是幻灯片的屏幕截图 - http://postimg.org/image/p7oafp57d/
谢谢!

1 个答案:

答案 0 :(得分:1)

您必须覆盖以下css

textbox2

将宽度设置为if (textbox2.Text.Length > 0) { textbox2.Text = textbox2.Text + " and " + value; } else { textbox2.Text = value; } ,将高度设置为.wpi_slide .wpi_slide_image { background-position:50% 50%; background-size:cover; height:100%; left:0; position:absolute; top:0; width:100%; }

记得在属性之后输入!important。它很重要 - 哈哈。

也会覆盖此

49%!important;

添加auto!important;

同样在.wpi_slide_607和608中,您必须将宽度设置为49%,将高度设置为auto。最后这样做。一步一步。