Mobile left right float

Home Forums All Other Themes Mobile left right float

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170396
    Copesetic AudioCopesetic Audio
    Participant
    • Topics: 12
    • Replies: 25
    • Total: 37
    Member since: November 28, 2020

    Hi there, my site floats to the left and right when looking at it on a mobile phone, is there a war to stop it.

    mv-lehrte.de

    #170427
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .skt-home-posts-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    }

    Regards,
    Dave

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