Site logo

[Support request] Weird content issue on mobile

Home Forums Support [Support request] Weird content issue on mobile

Home Forums Support Weird content issue on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253922
    Dave

    Hi Tom,
    have you any idea what’s causing my site to look like it does on mobile?

    Here’s the specific pages, cos it’s not feasible to use the menu and scroll down then have to go all the way back up:

    http://davelynchwriter.com/
    http://davelynchwriter.com/hire-me/
    http://davelynchwriter.com/blog/

    I am using Thrive Content Builder – is that a problem?

    Thanks

    #254067
    Tom
    Lead Developer
    Lead Developer

    I assume you mean the spacing on each side of the content?: http://www.screencast.com/t/yLc4XCfd

    If so, it’s because you’ve set your content padding to what it is.

    Instead, I would keep it uniform on all sides and not make it too high.

    Alternatively, you can give it different padding on mobile:

    @media (max-width: 768px) {
        .one-container .site-content {
            padding: 20px;
        }
    }

    Stuff like this is also going to mess things up on mobile: http://www.screencast.com/t/lggTNZne6b0g

    You also have a JS error which looks to be caused by your sumome app: http://www.screencast.com/t/Az9oS885N

    Notice all the links are blue except classie? It looks like the sumome script doesn’t have a closing </script> tag.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.