将WordPress更改为RTL时出现奇怪的空白

在将我的wordpress网站:http://mixamex.com更改为RTL之后, 左侧出现了一个很大的空白。我尝试使用以下方法解决它:

body{
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  }

它可以在台式机上运行, ​​但在移动设备上, 使问题更加严重。我尝试检查页面边缘的元素并寻找奇怪的边距或填充值, 但没有找到任何东西。


#1


你应该在css文件末尾或主页中执行此操作, 或者如果你无法访问css主文件, 请使用!important :::

#td-mobile-nav{
display:none;
}

.td-menu-mob-open-menu#td-mobile-nav{
display:block
}

body{
width:100%;
}

来源:

https://www.srcmini02.com/65839.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_40761.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?