responsive

Home Forums IT Consultant Support responsive

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37182
    Viji RViji R
    Member
    • Topics: 10
    • Replies: 2
    • Total: 12
    Member since: July 20, 2015

    how to activate responsive mode in skt IT Consultant?

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

    Its activated by default. Check your site in mobile.

    Regards,
    Brad

    #43616
    TayeTaye
    Member
    • Topics: 0
    • Replies: 3
    • Total: 3
    Member since: August 10, 2016

    Any text added to the home page is not responsive. The demo site is responsive, but not the theme. www.digz.ca Unfortunately you will not be able to see as I am using a curtain while in dev.

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

    Hi,

    When you say text is not responsive do you mean it spills out of the desired space?

    Regards,
    Shri

    #43682
    TayeTaye
    Member
    • Topics: 0
    • Replies: 3
    • Total: 3
    Member since: August 10, 2016

    The theme responds by reducing column size and
    yes, text spills out of the desired space, while the demo site
    responds by stacking columns. This happens on some pages but not all. Take
    a look a Home and Contact pages on my site – www.digz.ca. I will take the curtain off for a few hours.

    Thank you,

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

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

    Add this code there:

    @media screen and (max-width:767px) {
    .one_half, .one_fourth { width:100%; margin-right:0;}
    section#home_slider .container { padding:0;}
    .post-box { text-align:center;}
    }

    @media screen and (min-width:768px) and (max-width:1024px) {
    section#home_slider .container { padding:0;}
    .services_panel .post-box { width:25% !important;}
    }

    Regards,
    Shri

    #43805
    TayeTaye
    Member
    • Topics: 0
    • Replies: 3
    • Total: 3
    Member since: August 10, 2016

    Thank you so much Shri. Works perfect!

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

    Great.

    Regards,
    Shri

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘responsive’ is closed to new replies.