Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #224860
    ronin
    Member
    Post count: 282

    Hi,

    I’ve found on two of our older websites (http://www.6point.com.au/) and (http://www.soundsoflife.com.au/) – (both have been updated to the latest versions of Dante) – are displaying weirdly on mobile. On Sounds of Life you can drag the page around, displaying the yellow background, rather than it being contained. On 6Point it’s similar, but the container has shrunk massively.

    Any help would be appreciated.

    Attachments:
    You must be logged in to view attached files.
    #224889
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you just check if there isn’t any plugin conflict by disabling all plugins? Just so we can be sure.

    thanks

    -Rui

    #225236
    ronin
    Member
    Post count: 282

    I just disabled all plugins on Sounds of Life – the issue isn’t as pronounced (the yellow section still shows up on the right side, but you can’t drag the page around). The dragging issue seems to come from the Facebook members plugin, so I’ve deactivated that, but as you can see if you check it now, the yellow background still shows on the right if you drag to the left.

    6Point is fixed now though after deactivating that plugin.

    #225687
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The orange background on mobile is caused by this custom CSS:

    @media only screen and (max-width: 768px){
    .page-id-9 #logo {
        margin: 0 5%;
        width: 100%;
    }
    }
    @media only screen and (max-width: 991px){
    .page-id-9 #logo {
        width: 90%;
        margin: 0 5%;
    }
    }

    The additional margin percentage is causing an overflow outside the container.

    – David.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.