I have used the Theme on www.forestfarmlandscapes.co.uk and used some elements of CSS Styling. When viewed on a Smartphone, the pages are show white gaps. How can I solve this issue? Thanks Des
We have checked your website and there is no problem with the theme in the mobile view. If you still having the problem then send us the screenshot.
Hello, Put the following code in custom css Appearance -> theme options -> styling options -> custom css Code: body{ background: #333333!important; } This will solve your problem. Thanks.