'left sidebar' template is not responsive

Home Forums SKT Biz/Corp Theme Support 'left sidebar' template is not responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94381
    Yvonne DaleYvonne Dale
    Participant
    • Topics: 6
    • Replies: 4
    • Total: 10
    Member since: November 12, 2015

    Entire website at http://cityofdefiance.com
    Pages using template: “Full Width’ are responsive and working properly.
    **Pages using template: ‘Left Sidebar’ are not responsive.**
    See http://cityofdefiance.com/divisions/engineering/
    Please advise.

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

    Hi,

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

    Add this code there:

    @media screen and (max-width:479px) {
    #logo { width:auto;}
    #sitemain { width: 100%;}
    .vc_row, .vc_row.vc_column-gap-10 { margin:0;}
    .vc_custom_1517358609373 { padding-left:0 !important; padding-right:0 !important;}
    }

    Regards,
    Chris

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