• Resolved mcfaddencreativemedia

    (@mcfaddencreativemedia)


    Hi,

    I am having a problem with white space down the right hand side of my website on a mobile phone, specifically Samsung Galaxy S6.

    It’s usually the kind of thing I can work out given enough time but my head is fried today so any help would be greatly appreciated.

    http://www.mcfaddencreativemedia.com

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is some CSS from another thread that should fix this for you:

    @media (max-width: 767px) {
     #wrapper.container {
        padding: 0 15px;
        margin-bottom: 0;
        overflow-x: hidden;
    }
    .container {
        padding: 0 15px;
      }
    }

    Place that into Appearance> Theme Options> Advanced Settings and let me know if it works for you.

    Thread Starter mcfaddencreativemedia

    (@mcfaddencreativemedia)

    Perfect! Thank you so much, greatly appreciated.

    Best regards,

    Kevin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘White Space Issue’ is closed to new replies.