2015-04-07 84 views
0

我有一个wordpress网站在http://amcham.konsagous.com/ 页脚在桌面上看起来不错,但是在移动设备上你有一个社交媒体链接DIV不移动。 版权页脚也不会在移动视图中向下移动。我尝试了以下内容:响应页脚CSS问题

.site-info{ 
position : absolute; 
bottom : 0px; 
} 

但是后来页脚消失了。对此有何建议?

+0

如果你想始终坚持屏幕的底部: '.site-info {position:fixed; bottom:0px; }' – Abdullah

回答

0

嗨删除线条样式它看起来很好的响应式设计。

text-2 
{ 
position: absolute; - remove 
} 
text-3 
{ 
position: absolute; - remove 
top: 325px; - remove 
} 
text-4 
{ 
position: absolute; - remove 
    top: 593px; - remove 
} 
text-5 
{ 
position: absolute; - remove 
top: 847px; - remove 
} 

一旁#文本-5 { 位置:绝对重要的; - 删除 }