Responsive issue on iPad

Home Forums All Other Themes Responsive issue on iPad

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43813
    AbeAbe
    Member
    • Topics: 5
    • Replies: 6
    • Total: 11
    Member since: August 13, 2016

    Please see attached screenshot from my iPad. While in portrait mode, the menu area the the body area d not align properly

    #43897
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:768px) and (min-width:480px) {
    #secondary { margin:0 !important;}
    .header { width:100% !important;}
    #primary { margin:0 !important; width:100% !important;}
    #content, #colophon { width:100% !important; box-sizing:border-box;}
    .page-template-page-full-width-php .footer-bottom { box-sizing:border-box;}
    }

    Regards,
    Shri

    #43924
    AbeAbe
    Member
    • Topics: 5
    • Replies: 6
    • Total: 11
    Member since: August 13, 2016

    Excellent – thank you – GREAT SUPPORT 🙂

    #43960
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Thanks for the appreciation. Kindly post a nice review for us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/3/

    Regards,
    Shri

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