Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter upoteshkina

    (@upoteshkina)

    Also, can you please comment on why the mobile version of the website created using your tool is not considered mobile-friendly by Google tools?

    See below:
    https://prntscr.com/fshh13

    Plugin Contributor WPtouch

    (@wptouch)

    Hi,

    The border is there by design. If you want to remove it, you can use the CSS below by adding it to Appearance > Customize > Custom CSS.

    .post-page-content {
    padding: 0 !important;
    }

    If you click on the “View Details” link you’ll see that Googlebot is blocked by your website’s robots.txt file. To resolve the issue, add the code below to the robots.txt file.

    User-agent: Googlebot
    Allow: /wp-content/plugins/wptouch/
    User-agent: Googlebot
    Allow: /wp-content/wptouch-data/

    See more info in the PDF here – https://www.wptouch.com/tips/making-your-website-mobile-friendly-with-wptouch/

    Regards,

    Emilio Rivera,
    WPtouch Support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White boarders’ is closed to new replies.