Website text overlaping on mobile device.

Home Forums All Other Themes Website text overlaping on mobile device.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62918
    James BenderJames Bender
    Member
    • Topics: 6
    • Replies: 12
    • Total: 18
    Member since: November 5, 2015

    When viewing my website on a mobile device, sidebar text overlaps with main body text. Also sidebar title box overlaps most of the background. How can this be corrected. Here is a link to one of the problematic pages.
    http://www.aquaezpackaging.com/liquid-blending/

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

    Hi James,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:479px){
    .left, .right{display:inline-block !important;}
    }

    Regards,
    Dave

    #63497
    James BenderJames Bender
    Member
    • Topics: 6
    • Replies: 12
    • Total: 18
    Member since: November 5, 2015

    Thank you that worked great.

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

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Website text overlaping on mobile device.’ is closed to new replies.