Mobile site doesn't look right

Home Forums All Other Themes Mobile site doesn't look right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19416
    RyanRyan
    Member
    • Topics: 4
    • Replies: 14
    • Total: 18
    Member since: December 11, 2015

    Mobile site for my website http://kjtreeremoval.com/wp is not displaying correctly.
    Any idea how to fix?

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

    Hi Ryan,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Add this css code in custom css box

    @media screen and (min-width: 480px) and (max-width: 767px) {
    .feature-box {margin-bottom:10px; width:100%;}
    }

    #19645
    RyanRyan
    Member
    • Topics: 4
    • Replies: 14
    • Total: 18
    Member since: December 11, 2015

    Doesn’t seem to work. Any other ideas?

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

    Hi Ryan,

    Replace this code with previous code.

    @media screen and (max-width:479px) {
    .feature-box {margin-bottom: 10px !important; width:100% !important;}
    }

    Regards,
    Shri

    #19805
    RyanRyan
    Member
    • Topics: 4
    • Replies: 14
    • Total: 18
    Member since: December 11, 2015

    That fixed it, thanks!

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

    Great 🙂

    Regards,
    Shri

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