Issues Whilst Viewing On Smartphone

Discussion in 'BizWay WordPress Theme' started by desmondw, Oct 28, 2012.

  1. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  3. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Can you please confirm type of mobile device you used to view the site.
    Thanks
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    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.
     

Share This Page