我最近在我的网站上购买了一个jquery新闻滑块,当我将它添加到我的主页时,标题中的调用会移动导航和幻灯片,以便整个页面混乱。
在添加新闻Feed之前,页面看起来像这样:http://www.bovinsnbcattle.ca/
我添加新闻源(jquery / javascript / css)之后就像这样:http://www.bovinsnbcattle.ca/index2.html
是否有一种简单的方法可以解决这个冲突,或者我是否需要购买不同的新闻滑块?
答案 0 :(得分:1)
问题在于bootstrap.css第661行,
ul,
ol {
padding: 0;
/* the left margin 25px cause the problem, remove or comment this line */
/* margin: 0 0 10px 25px; */
}