我的格式有问题。
我建立了一个WordPress网站:cookingacademy.co.il。
我在网站上使用了羽衣甘蓝主题。
使用移动设备时,网站有时会出现在屏幕外,您需要滚动才能使其出现在屏幕上。
这是问题的图片:
我该如何解决?
我的格式有问题。
我建立了一个WordPress网站:cookingacademy.co.il。
我在网站上使用了羽衣甘蓝主题。
使用移动设备时,网站有时会出现在屏幕外,您需要滚动才能使其出现在屏幕上。
这是问题的图片:
我该如何解决?
open up your main.css file
(you can find this in your wordpress dashboard > appearance > editor)
add this at the very end of the file.
*{
overflow-x: hidden;
}
save it. refresh.
There's something there that is just very very large and is not being handled by the theme.