简体   繁体   English

移动的Wordpress页脚

[英]Wordpress Footer for mobile

im having a weird issue with my wordpress page: 我的wordpress页面有一个奇怪的问题:

http://test.costa.io/?page_id=28 http://test.costa.io/?page_id=28

The issue is when using the FullPageWidth, since in the homepage ( http://test.costa.io/ ) the footer work as intended but in this one when the size is<728 the footer doesnt work properly. 问题是当使用FullPageWidth时,因为在主页( http://test.costa.io/ )中页脚按预期工作,但在此大小<728时,页脚无法正常工作。

I tried to delete all my media queries but still doing the same, also I tried changing all my code over and over but I cant find the solution. 我试图删除所有媒体查询,但仍然这样做,我也尝试一遍又一遍地更改所有代码,但我找不到解决方案。

Any help would be really nice. 任何帮助都会非常好。

Thanks 谢谢

You have this declared in your css : 你在css中声明了这个:

#content2 #intro_seccion {
    width: 47.0625em;
    ...

Set it to width: 100%; 将其设置为width: 100%; for fullwidth. 用于全宽。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM