Columns not displaying properly on mobile site

Home Forums SKT Black/White Theme Support Columns not displaying properly on mobile site

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6772
    Anne MulvennaAnne Mulvenna
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: April 16, 2015

    In the first section of my website (www.theresearchpanda.com) I replaced the service boxes and used the short code three column layout. The column layout looks great – but it does not display correctly on the mobile website. It appears as three skinny columns, instead of stacked (like the service boxes). Is there a fix for this?

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

    Kindly add this to custom css box within Appearance>Theme Options>Custom CSS box:

    @media screen and (max-width:479px){
    .one_third{width:auto !important;}
    }

    Regards,
    Shri

    #6822
    Anne MulvennaAnne Mulvenna
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: April 16, 2015

    It worked! Thanks so much for your help!!

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