Useful links in footer

Home Forums Kraft Theme Support Useful links in footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26033
    Patrick LewisPatrick Lewis
    Member
    • Topics: 12
    • Replies: 16
    • Total: 28
    Member since: October 29, 2015

    Hi, is there a way to put his texte in one column when the screen width is small (mobile, tablet, etc)

    Example here

    #26036
    Patrick LewisPatrick Lewis
    Member
    • Topics: 12
    • Replies: 16
    • Total: 28
    Member since: October 29, 2015

    And with the two sections on a mobile device, i have this

    footer text not enough space

    texte in footer not enough space2

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

    Hi Patrick,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    @media screen and (max-width:1169px) and (min-width:768px) {
    .cols-3 {width: 32% !important;}
    }

    Regards,
    Dave

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